Skip to content

Commit

Permalink
[2375] Add small tweaks to nav and include layout in ckan.less
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed May 14, 2012
1 parent 8655e4c commit b949494
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ckan/public/base/less/ckan.less
Expand Up @@ -2,5 +2,14 @@
@import "module.less";
@import "nav.less";
@import "dataset.less";
@import "layout.less";
@import "masthead.less";
@import "footer.less";

body {
background-color: @layout-background-color;
}

[hidden] {
display: none;
}
2 changes: 1 addition & 1 deletion ckan/public/base/less/nav.less
Expand Up @@ -9,7 +9,7 @@

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

Expand Down

0 comments on commit b949494

Please sign in to comment.