From 60db742226bb2077894c929521cd87ffdc751d9e Mon Sep 17 00:00:00 2001 From: Ryan Tomayko Date: Sun, 29 Aug 2010 20:12:13 -0700 Subject: tweak header/logo position --- css/style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'css/style.css') 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; } -- cgit v1.3.1