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:
Tim Schaub
2011-02-23 10:04:55 +00:00
parent 75538b6f42
commit 257b96b309

View File

@@ -121,7 +121,7 @@ h6 {
display : none;
}
}
@media only screen and (orientation: landscape) {
@media only screen and (orientation: landscape) and (max-width: 600px) {
#shortdesc {
float: right;
width: 25%;