Skip to content

Commit 886b08c

Browse files
committed
A fixed github banner is annoying on small screens
1 parent 8d415b4 commit 886b08c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_octopress/source/_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{% include head.html %}
33
<body {% if page.body_id %} id="{{ page.body_id }}" {% endif %} {% if page.sidebar == false %} class="no-sidebar" {% endif %} {% if page.sidebar == 'collapse' or site.sidebar == 'collapse' %} class="collapse-sidebar sidebar-footer" {% endif %}>
44
<a target="_blank" href="https://github.com/kvz/phpjs">
5-
<img id="fork-us" style="position: fixed; z-index: 99; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png" alt="Fork me on GitHub">
5+
<img id="fork-us" style="position: absolute; z-index: 99; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png" alt="Fork me on GitHub">
66
</a>
77
<header role="banner">{% include header.html %}</header>
88
<nav role="navigation">{% include navigation.html %}</nav>

0 commit comments

Comments
 (0)