diff options
| author | tekkub <tekkub@gmail.com> | 2010-01-09 17:19:45 -0700 |
|---|---|---|
| committer | tekkub <tekkub@gmail.com> | 2010-01-09 17:19:45 -0700 |
| commit | 09de86f3590eaa6a093a3aed6ea4faf7a6752b51 (patch) | |
| tree | 075306e0e9650002c2f876f348616b9988379fa8 /_layouts | |
| parent | c53986d39ba701b456708814cd47c10eb048c8bb (diff) | |
| parent | ac99380f29b83e72b0924be631d15a4bee879fe3 (diff) | |
Merge remote branch 'origin/master'
Diffstat (limited to '_layouts')
| -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 %} |
