# HG changeset patch
# User Jim Hague <jim.hague@acm.org>
# Date 1478550885 0
# Node ID 776a455efe47e59fdaa194c27b262d014f58fa3e
# Parent  3a71f1fe4c55b4dea562544b158b5dc37722e3d4# Parent  1fc8d4867c88f5a01476d93993bea15dc15710ea
Automated merge with ssh://hg.cryhavoc.org.uk/dottes

diff -r 3a71f1fe4c55 -r 776a455efe47 web/css/dottes.css
--- a/web/css/dottes.css	Mon Nov 07 20:31:41 2016 +0000
+++ b/web/css/dottes.css	Mon Nov 07 20:34:45 2016 +0000
@@ -379,7 +379,7 @@
     margin-top: 20px
 }
 
-@media only screen and (max-device-width: 480px) {
+@media only screen and (max-width: 480px) {
     div.dottes-transpose-instrument-item
     {
         display: table-row;
@@ -479,3 +479,11 @@
         text-align: center;
     }
 }
+
+/*
+ * Stock Android browser needs this to force reconsideration of max-width
+ * on an orientation change. Still doesn't help Android Chrome.
+ */
+@media screen and (orientation: landscape){
+  .doesnt-exist { background:red; }
+}