remove margin on .inline lists

This commit is contained in:
Mark Otto 2012-11-04 12:39:27 -08:00
parent 28da31218f
commit 22d1506d23
2 changed files with 2 additions and 0 deletions

View File

@ -816,6 +816,7 @@ ol.unstyled {
ul.inline,
ol.inline {
margin-left: 0;
list-style: none;
}

View File

@ -117,6 +117,7 @@ ol.unstyled {
// Single-line list items
ul.inline,
ol.inline {
margin-left: 0;
list-style: none;
& > li {
display: inline-block;