Commit 219c4cbf authored by Mark Otto's avatar Mark Otto

remove another extend

parent 6489e195
......@@ -97,8 +97,9 @@ mark,
// Inline turns list items into inline-block
.list-inline {
@extend .list-unstyled;
padding-left: 0;
margin-left: -5px;
list-style: none;
> li {
display: inline-block;
......
Markdown is supported
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