Media query for everything(?) below 960px wide

This commit is contained in:
Jef van Schendel 2011-12-18 01:32:13 +01:00
parent 436b13bb3e
commit 44ad0089ec

View File

@ -390,7 +390,7 @@ table.media_panel th {
margin-left: 10px;
}
@media screen and (max-width: 480px) {
@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 960px) {
.navigation_button {
position: fixed;
bottom: 0px;