Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
James Newell committed Mar 18, 2015
2 parents 0f7374f + f2e21db commit 0bdedbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "lists",
"description": "Generic structural list styles",
"main": "index.css",
"scripts": ["index.css"],
"styles": ["index.css"],
"license": "MIT"
}
}
3 changes: 2 additions & 1 deletion index.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@
font-size: 0;
}

.list--horizontal .list__item {
.list--horizontal > .list__item {
display: inline-block;
font-size: 1rem;
vertical-align: top;
}

/** justified list **/
Expand Down

0 comments on commit 0bdedbd

Please sign in to comment.