From 111dc1492f4887d02cc3af9d8e564a339bb45462 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 28 Jul 2013 09:37:10 -0700 Subject: fixes #8714: correct stacked pills nav --- less/navs.less | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'less') diff --git a/less/navs.less b/less/navs.less index 4cbc98766..4051dbb75 100644 --- a/less/navs.less +++ b/less/navs.less @@ -148,10 +148,8 @@ > li { float: none; + li { - > a { - margin-top: 2px; - margin-left: 0; // no need for this gap between nav items - } + margin-top: 2px; + margin-left: 0; // no need for this gap between nav items } } } -- cgit v1.2.3