diff options
| author | Mark Otto <[email protected]> | 2012-10-01 00:06:44 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-10-01 00:06:44 -0700 |
| commit | eb555b7a9d3924d6caba3a10c7f9cdd0e9afd38a (patch) | |
| tree | aca42eccf9d82654a6dbce8d45657fc48b47a0ed /less | |
| parent | 26386ad615a48be02d896a41b7c72a7470c8a9c3 (diff) | |
| download | bootstrap-eb555b7a9d3924d6caba3a10c7f9cdd0e9afd38a.tar.xz bootstrap-eb555b7a9d3924d6caba3a10c7f9cdd0e9afd38a.zip | |
remove .nav-list, instead use .nav-stacked on .nav-tabs or .nav-pills from now on
Diffstat (limited to 'less')
| -rw-r--r-- | less/navs.less | 30 |
1 files changed, 1 insertions, 29 deletions
diff --git a/less/navs.less b/less/navs.less index 923f72852..e435e45e8 100644 --- a/less/navs.less +++ b/less/navs.less @@ -42,36 +42,8 @@ margin-top: 9px; } - - -// NAV LIST -// -------- - -.nav-list { - padding-left: 15px; - padding-right: 15px; - margin-bottom: 0; -} -.nav-list > li > a, -.nav-list .nav-header { - margin-left: -15px; - margin-right: -15px; - text-shadow: 0 1px 0 rgba(255,255,255,.5); -} -.nav-list > li > a { - padding: 3px 15px; -} -.nav-list > .active > a, -.nav-list > .active > a:hover { - color: @white; - text-shadow: 0 -1px 0 rgba(0,0,0,.2); - background-color: @linkColor; -} -.nav-list [class^="icon-"] { - margin-right: 2px; -} // Dividers (basically an hr) within the dropdown -.nav-list .divider { +.nav .divider { .nav-divider(); } |
