aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2013-07-28 22:16:17 -0700
committerJacob Thornton <[email protected]>2013-07-28 22:16:17 -0700
commita31c5cea422b858f546529009723c4d33dd0d0ea (patch)
treed64384b0bd95a6ba608847fa6b8d7b403bac330a /less
parente5a7af36d5a67bb4c3dfa5cc3e9924c3c901d0d3 (diff)
parentc9c2418a47cc887ea6bacd7783582741267dcd37 (diff)
downloadbootstrap-a31c5cea422b858f546529009723c4d33dd0d0ea.tar.xz
bootstrap-a31c5cea422b858f546529009723c4d33dd0d0ea.zip
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Diffstat (limited to 'less')
-rw-r--r--less/navs.less6
1 files changed, 2 insertions, 4 deletions
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
}
}
}