From: Jef van Schendel Date: Sun, 18 Dec 2011 00:32:13 +0000 (+0100) Subject: Media query for everything(?) below 960px wide X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=44ad0089ecd9d041daf55fcd1cecded415793fb0;p=mediagoblin.git Media query for everything(?) below 960px wide --- diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css index 805f0e29..effcec69 100644 --- a/mediagoblin/static/css/base.css +++ b/mediagoblin/static/css/base.css @@ -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;