Automated merge with ssh://hg.cryhavoc.org.uk/dottes

This commit is contained in:
Jim Hague 2016-11-07 20:34:45 +00:00
commit fd6335632c
1 changed files with 9 additions and 1 deletions

View File

@ -379,7 +379,7 @@ div.dottes-history-yes
margin-top: 20px margin-top: 20px
} }
@media only screen and (max-device-width: 480px) { @media only screen and (max-width: 480px) {
div.dottes-transpose-instrument-item div.dottes-transpose-instrument-item
{ {
display: table-row; display: table-row;
@ -479,3 +479,11 @@ div.dottes-history-yes
text-align: center; 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; }
}