Permalink
Browse files
Move fork-me ribbon style to custom.css
- Loading branch information...
Showing
with
9 additions
and
2 deletions.
-
+8
−0
css/custom.css
-
+1
−2
index.markdown
|
|
@@ -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;
|
|
|
|
|
|
@@ -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