Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2015-04-26 10:02:25 +0300
committerMark Otto <markdotto@gmail.com>2015-04-26 10:02:25 +0300
commit7853a675f6d9a6293fa1221c72c80e1c27c1dd64 (patch)
tree5546aa815de717b37456361c33ac402f830386ed /scss/_nav.scss
parente815696dacf5fa33e0f75c3b3f433ad90e3e417a (diff)
remove extends: navs and unstyled lists
Diffstat (limited to 'scss/_nav.scss')
-rw-r--r--scss/_nav.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/scss/_nav.scss b/scss/_nav.scss
index db34f70f7d..72e9ce8d40 100644
--- a/scss/_nav.scss
+++ b/scss/_nav.scss
@@ -8,8 +8,9 @@
//
.nav {
+ padding-left: 0;
margin-bottom: 0;
- @extend .list-unstyled;
+ list-style: none;
@include clearfix();
}