Fix media queries. I have no idea what I'm doing.

This commit is contained in:
Mathias Meyer 2014-05-12 09:52:05 +02:00
parent 218e0a12fb
commit d6336a8b36
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ html, body
table#builds .committer table#builds .committer
display: none display: none
@media handheld, only screen and (max-device-height: 1024px) @media handheld, only screen and (max-device-width: 980px)
#left #left
display: none display: none
#main #main

View File

@ -86,7 +86,7 @@
h5 h5
font-weight: bold font-weight: bold
@media handheld, only screen and (max-device-width: 1024px) @media handheld, only screen and (max-device-width: 980px)
#main #main
.tabs .tabs
margin-top: 5px margin-top: 5px