aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJef van Schendel <mail@jefvanschendel.nl>2011-12-18 01:32:13 +0100
committerJef van Schendel <mail@jefvanschendel.nl>2011-12-18 01:32:13 +0100
commit44ad0089ecd9d041daf55fcd1cecded415793fb0 (patch)
treedcc037e3732eb5d7876677c48a699f80e78271e6
parent436b13bb3e2253dc4361333d1260550d343ccfe2 (diff)
downloadmediagoblin-44ad0089ecd9d041daf55fcd1cecded415793fb0.tar.lz
mediagoblin-44ad0089ecd9d041daf55fcd1cecded415793fb0.tar.xz
mediagoblin-44ad0089ecd9d041daf55fcd1cecded415793fb0.zip
Media query for everything(?) below 960px wide
-rw-r--r--mediagoblin/static/css/base.css2
1 files changed, 1 insertions, 1 deletions
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;