]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove extends: navs and unstyled lists
authorMark Otto <markdotto@gmail.com>
Sun, 26 Apr 2015 07:02:25 +0000 (00:02 -0700)
committerMark Otto <markdotto@gmail.com>
Sun, 26 Apr 2015 07:02:25 +0000 (00:02 -0700)
scss/_nav.scss

index db34f70f7d91d54577a864f13c078027cd68fc98..72e9ce8d40d3ef3a48da0914d90cb53b8cfe5bc8 100644 (file)
@@ -8,8 +8,9 @@
 //
 
 .nav {
+  padding-left: 0;
   margin-bottom: 0;
-  @extend .list-unstyled;
+  list-style: none;
   @include clearfix();
 }