1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 21:22:52 +02:00

remove extends: navs and unstyled lists

This commit is contained in:
Mark Otto
2015-04-26 00:02:25 -07:00
parent e815696dac
commit 7853a675f6

View File

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