Media query for everything(?) below 960px wide
authorJef van Schendel <mail@jefvanschendel.nl>
Sun, 18 Dec 2011 00:32:13 +0000 (01:32 +0100)
committerJef van Schendel <mail@jefvanschendel.nl>
Sun, 18 Dec 2011 00:32:13 +0000 (01:32 +0100)
mediagoblin/static/css/base.css

index 805f0e292a9ef26ff0d42c5d5301ae2b2297a272..effcec695a760721b005934e60e7a8f7012199f0 100644 (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;