patch to make sure main openlayers map div has neither padding nor margin. done via css thanks to tim's fabulous new class manip patch. r=cr5 (Closes #1179)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@7584 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2008-07-29 14:52:48 +00:00
parent 357d65955a
commit 2fb730674a
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
div.olMap {
padding: 0px!important;
margin: 0px!important;
}
div.olMapViewport {
text-align: left;
}