Skip to content

Commit

Permalink
[2375] Remove some padding from the navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed May 14, 2012
1 parent bfec77d commit 37e051e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/public/base/less/nav.less
Expand Up @@ -9,7 +9,7 @@

.nav-simple > li > a {
color: @nav-link-color;
padding: 10px 25px;
padding: 7px 25px;
line-height: 14px; // keeps the overall height an even number
}

Expand All @@ -21,7 +21,7 @@
box-shadow: @inner-shadow, @outer-shadow;
cursor: default;
margin: 2px 5px 3px;
padding: 8px 13px;
padding: 4px 18px;
background: #000;
color: #fff;
border: 1px solid black;
Expand Down

0 comments on commit 37e051e

Please sign in to comment.