diff options
| author | Kyle Neath <kneath@gmail.com> | 2010-08-13 15:09:31 -0700 |
|---|---|---|
| committer | Kyle Neath <kneath@gmail.com> | 2010-08-13 15:11:04 -0700 |
| commit | 0dbd257207729b5a4fa5867cc46020e6920407cb (patch) | |
| tree | bff1e91b75139b0141254bcb0171ea981c81129d | |
| parent | d915fcb8a63f748e1d5ad74d1a2f595129e17ab8 (diff) | |
Quick hack to fix help header
| -rw-r--r-- | _layouts/default.html | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 9955835..f191eb2 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -36,17 +36,19 @@ sidebar_cats: {% endif %} {% endif %} <div id="main"> - <div id="header" class="basic"> + <div id="header" class="basic" style="margin-bottom:20px"> <div class="site"> - <div class="logo"> + <div class="logo boring"> <a href="/"><img src="/images/help.github.png" alt="github learn logo" /></a> </div> - <div class="actions"> - <a href="http://learn.github.com/">Git Learning Site</a> - <a href="http://github.com/github/help.github.com#readme">Contribute</a> - <a href="http://support.github.com/">Support</a> - <a href="http://github.com/">Back to GitHub</a> + <div class="topsearch"> + <ul class="nav logged_out" style="margin-top:20px"> + <li><a href="http://learn.github.com/">Git Learning Site</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> + <li><a href="http://github.com/">Back to GitHub</a></li> + </ul> </div> </div> </div> |
