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 | |
| parent | 6b3eadb69c50b1bf355a2a18aa36820467b4a51d (diff) | |
tweak header/logo position
| -rw-r--r-- | _layouts/default.html | 4 | ||||
| -rwxr-xr-x | css/style.css | 15 |
2 files changed, 17 insertions, 2 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 4c56e09..c9dedad 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -36,14 +36,14 @@ sidebar_cats: {% endif %} {% endif %} <div id="main"> - <div id="header" class="basic" style="margin-bottom:20px"> + <div id="header" class="basic"> <div class="site"> <div class="logo boring"> <a href="/"><img src="/images/help.github.png" alt="github learn logo" /></a> </div> <div class="topsearch"> - <ul class="nav logged_out" style="margin-top:20px"> + <ul class="nav logged_out"> <li><a href="http://gitref.org/">Git Reference</a></li> <li><a href="http://github.com/github/help.github.com#readme">Contribute</a></li> <li><a href="http://support.github.com/">Support</a></li> 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; } |
