0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01: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 {
padding-left: 0;
margin-bottom: 0;
@extend .list-unstyled;
list-style: none;
@include clearfix();
}