Commit e324a1be authored by Mark Otto's avatar Mark Otto
Browse files

Simplify syntax of nesting with inline lists

parent 83a6a55d
Showing with 1 addition and 1 deletion
+1 -1
......@@ -119,7 +119,7 @@ ul.inline,
ol.inline {
margin-left: 0;
list-style: none;
& > li {
> li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
......
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