From 7ef7547a1421825cb73382ad6317aba8affe3dc8 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 20 Feb 2012 12:38:49 -0800 Subject: add horizontal divider support to nav list, including documentation for it, per #2106 --- less/dropdowns.less | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'less/dropdowns.less') diff --git a/less/dropdowns.less b/less/dropdowns.less index 88a7462c4..fa46e288b 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -71,18 +71,7 @@ // Dividers (basically an hr) within the dropdown .divider { - height: 1px; - margin: 5px 1px; - overflow: hidden; - background-color: #e5e5e5; - border-bottom: 1px solid @white; - - // IE7 needs a set width since we gave a height. Restricting just - // to IE7 to keep the 1px left/right space in other browsers. - // It is unclear where IE is getting the extra space that we need - // to negative-margin away, but so it goes. - *width: 100%; - *margin: -5px 0 5px; + .nav-divider(); } // Links within the dropdown menu -- cgit v1.2.3