diff options
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 } } } |
