Skip to content

Commit

Permalink
Changed html5logo to be showed only if width > 1100px
Browse files Browse the repository at this point in the history
  • Loading branch information
jussi-kalliokoski committed May 20, 2011
1 parent 98167ba commit cdbadf6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions webapp/css/calculatoure.css
Expand Up @@ -250,3 +250,11 @@ input
border-width: 0px;
}
/*# } */

@media (max-width:1100px)
{
#html5logo
{
display: none;
}
}

0 comments on commit cdbadf6

Please sign in to comment.