Permalink
Browse files

Move fork-me ribbon style to custom.css

  • Loading branch information...
1 parent 8a0c1c4 commit 9d728deac39e664d48a05f4211d8772d8b791c86 @bgilbert bgilbert committed Oct 5, 2015
Showing with 9 additions and 2 deletions.
  1. +8 −0 css/custom.css
  2. +1 −2 index.markdown
View
@@ -8,6 +8,14 @@ div.searchbox {
.forkme div.searchbox {
right: 85px;
}
+.forkme-ribbon {
+ position: absolute;
+ top: 0;
+ right: 0;
+ border: 0;
+ width: 135px;
+ height: 135px;
+}
div.searchbox .inner {
position: absolute;
bottom: 0;
View
@@ -13,8 +13,7 @@ extra_credits:
{% include links.markdown %}
<a href="https://github.com/openslide">
-<img style="position: absolute; top: 0; right: 0; border: 0; width: 135px; height: 135px;"
-src="/images/fork-me.png" alt="Fork me on GitHub">
+ <img class="forkme-ribbon" src="/images/fork-me.png" alt="Fork me on GitHub">
</a>
<div markdown="1" class="newsflash">

0 comments on commit 9d728de

Please sign in to comment.