From eb555b7a9d3924d6caba3a10c7f9cdd0e9afd38a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 1 Oct 2012 00:06:44 -0700 Subject: remove .nav-list, instead use .nav-stacked on .nav-tabs or .nav-pills from now on --- less/navs.less | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) (limited to 'less') 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(); } -- cgit v1.2.3