diff options
| author | tekkub <tekkub@gmail.com> | 2009-12-08 02:03:19 -0700 |
|---|---|---|
| committer | tekkub <tekkub@gmail.com> | 2009-12-08 02:04:06 -0700 |
| commit | 2dfa37176068b8a8cf82c9bda6c0d21ad337865b (patch) | |
| tree | 6972d365d69df3389646f542ec8f4b3dab9fb892 /_layouts/default.html | |
| parent | eb3a69201f587e221dc523369a41b6456890c0e5 (diff) | |
*sigh* forking FF and IE
Diffstat (limited to '_layouts/default.html')
| -rw-r--r-- | _layouts/default.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 59ab294..6497ff6 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -28,11 +28,9 @@ sidebar_cats: </head> <body> - <div class="myribbon"> - <a href="http://github.com/help/help.github.com"> - <span>Fork me on GitHub</span> - </a> - </div> + <a href="http://github.com/help/help.github.com"> + <img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" /> + </a> {% if page.main_category %} <script type="text/javascript">var main_category = "{{ page.main_category }}"</script> {% else %} |
