Automated merge with ssh://hg.cryhavoc.org.uk/dottes
This commit is contained in:
commit
fd6335632c
|
@ -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; }
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue