Only invoke the landscape rules if the max width is fewer than 600 px (thanks aabt).
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11287 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
+1
-1
@@ -121,7 +121,7 @@ h6 {
|
|||||||
display : none;
|
display : none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media only screen and (orientation: landscape) {
|
@media only screen and (orientation: landscape) and (max-width: 600px) {
|
||||||
#shortdesc {
|
#shortdesc {
|
||||||
float: right;
|
float: right;
|
||||||
width: 25%;
|
width: 25%;
|
||||||
|
|||||||
Reference in New Issue
Block a user