Skip to content

Commit

Permalink
[2332] Tweak the spacing in the header
Browse files Browse the repository at this point in the history
Gave the login text a little more space between it and the line height
and added a bit more padding to the bottom.
  • Loading branch information
aron authored and amercader committed May 1, 2012
1 parent 02ee293 commit 3b189b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ckan/public/css/style.css
Expand Up @@ -22,7 +22,7 @@ body.no-sidebar .content-outer {
}

header {
padding: 5px 0px 2px 0px;
padding: 5px 0px 5px 0px;
}

header #logo {
Expand All @@ -38,6 +38,7 @@ header #site-name {
/*font-weight: bold;*/
color: #333;
text-shadow: 1px 1px 3px #ccc;
line-height: 1.3;
}

header #site-name a {
Expand Down

0 comments on commit 3b189b0

Please sign in to comment.