Fix zIndex of Fork Me link

This commit is contained in:
=
2012-07-11 19:02:15 -04:00
parent 2b7aec5903
commit fa373d83c4
2 changed files with 13 additions and 1 deletions

View File

@@ -1,4 +1,6 @@
.site-header{
position: relative;
z-index: 1;
text-align: center;
}
h1.site-title{
@@ -15,3 +17,11 @@ h1.site-title{
.site-slogan{
font-weight: normal;
}
.fork-me, .fork-me img{
position: absolute;
top: 0;
right: 0;
}
.fork-me{
z-index: 2;
}