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