Skip to content

Commit

Permalink
Fix z order on wiki link to be above ribbon
Browse files Browse the repository at this point in the history
  • Loading branch information
brad-anderson committed Feb 20, 2012
1 parent 73a2d2f commit db7b68e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions css/style.css
Expand Up @@ -334,6 +334,13 @@ body.chm div#tools
margin-right: 0;
}

span#wiki
{
position: relative;
right: 0;
z-index: 2;
}

div#twitter
{
color: white;
Expand Down

0 comments on commit db7b68e

Please sign in to comment.