Skip to content

Commit

Permalink
[dev-random] The github link is displayed inline on small devices
Browse files Browse the repository at this point in the history
  • Loading branch information
m-r-r committed May 28, 2012
1 parent fe2acd8 commit 2788783
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions dev-random/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -210,20 +210,20 @@ table tr {
/******************************************************************************/
/* Misc */
/******************************************************************************/

#github-link {
display: block;
position: absolute;
top: 0;
left: 0;
width: 50px;
height: 100px;
background-image: url("../img/corner.png");
margin: 0;
border: none;
text-decoration: none;
color: transparent;
font-size: 0px;
text-decoration: none;
@media screen and (min-width: 600px) {
#github-link {
display: block;
position: absolute;
top: 0;
left: 0;
width: 50px;
height: 100px;
background-image: url("../img/corner.png");
margin: 0;
border: none;
text-decoration: none;
color: transparent;
font-size: 0px;
text-decoration: none;
}
}

0 comments on commit 2788783

Please sign in to comment.