Skip to content

Commit 7fe1ee0

Browse files
committed
Fixed Z-Index on fork me link
1 parent 9e9af7c commit 7fe1ee0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</head>
1313

1414
<body>
15-
<a href="http://github.com/phpcr/phpcr"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
15+
<a href="http://github.com/phpcr/phpcr"><img id="forkme" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
1616

1717
<div id="layout">
1818

assets/main.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ body {
22
color: #777;
33
}
44

5+
#forkme {
6+
z-index: 10;
7+
position: absolute;
8+
top: 0;
9+
right: 0;
10+
border: 0;
11+
}
12+
513
.pure-img-responsive {
614
max-width: 100%;
715
height: auto;

0 commit comments

Comments
 (0)