better display in our examples when orientation is landscape, and enable text size adjust in webkit; no functional change, p=aabt, r=me (closes #3067)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11275 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -121,3 +121,19 @@ h6 {
|
||||
display : none;
|
||||
}
|
||||
}
|
||||
@media only screen and (orientation: landscape) {
|
||||
#shortdesc {
|
||||
float: right;
|
||||
width: 25%;
|
||||
}
|
||||
#map {
|
||||
width: 70%;
|
||||
}
|
||||
#docs {
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
body {
|
||||
-webkit-text-size-adjust: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user