Navigation Menu

Skip to content

Commit

Permalink
add back button
Browse files Browse the repository at this point in the history
  • Loading branch information
chinchang committed Jul 2, 2012
1 parent f88fde8 commit ce3fc58
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions css/common.css
Expand Up @@ -80,4 +80,12 @@ header .button + span{
}
header .button:hover + span{
display: inline;
}

#back-to-lab-button {
position: fixed;
bottom: 10px;
right: 10px;
text-decoration: none;
font-size: 20px;
}

0 comments on commit ce3fc58

Please sign in to comment.