]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove another extend
authorMark Otto <markdotto@gmail.com>
Sun, 26 Apr 2015 07:08:40 +0000 (00:08 -0700)
committerMark Otto <markdotto@gmail.com>
Sun, 26 Apr 2015 07:08:40 +0000 (00:08 -0700)
scss/_type.scss

index 2818dad566de50459e8b13dd1e4ec4bc8abae130..8f353df70270696782dcc07d5fbf28458ea7b124 100644 (file)
@@ -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;