diff options
| author | Ryan Tomayko <rtomayko@gmail.com> | 2010-08-29 20:12:13 -0700 |
|---|---|---|
| committer | Ryan Tomayko <rtomayko@gmail.com> | 2010-08-29 20:12:13 -0700 |
| commit | 60db742226bb2077894c929521cd87ffdc751d9e (patch) | |
| tree | 797ab58b260ff5645103eb83bc1424743ef27fc8 /css/style.css | |
| parent | 6b3eadb69c50b1bf355a2a18aa36820467b4a51d (diff) | |
tweak header/logo position
Diffstat (limited to 'css/style.css')
| -rwxr-xr-x | css/style.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css index 1321293..48d23e3 100755 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,18 @@ +#header .logo img { + left:-25px; + top:-3px; +} +#header { + height:81px; +} +#main { + background-position-y: -10px +} +.topsearch .nav { + position:relative; + top:9px; +} + .category_index { float: left; margin: 0.25em; width:19em; } .category_index h2 { background: #ddd; text-align: center; padding: 0.25em; margin-bottom: 0.5em; } |
