Commit 22d1506d authored by Mark Otto's avatar Mark Otto
Browse files

remove margin on .inline lists

parent 28da3121
Showing with 2 additions and 0 deletions
+2 -0
...@@ -816,6 +816,7 @@ ol.unstyled { ...@@ -816,6 +816,7 @@ ol.unstyled {
ul.inline, ul.inline,
ol.inline { ol.inline {
margin-left: 0;
list-style: none; list-style: none;
} }
......
...@@ -117,6 +117,7 @@ ol.unstyled { ...@@ -117,6 +117,7 @@ ol.unstyled {
// Single-line list items // Single-line list items
ul.inline, ul.inline,
ol.inline { ol.inline {
margin-left: 0;
list-style: none; list-style: none;
& > li { & > li {
display: inline-block; display: inline-block;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment