diff options
| author | Jacob Thornton <[email protected]> | 2013-07-28 22:16:17 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2013-07-28 22:16:17 -0700 |
| commit | a31c5cea422b858f546529009723c4d33dd0d0ea (patch) | |
| tree | d64384b0bd95a6ba608847fa6b8d7b403bac330a /less | |
| parent | e5a7af36d5a67bb4c3dfa5cc3e9924c3c901d0d3 (diff) | |
| parent | c9c2418a47cc887ea6bacd7783582741267dcd37 (diff) | |
| download | bootstrap-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.less | 6 |
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 } } } |
