Set an explicit 0px border on the map

The JS code which resizes the map relies on being able to parse
the border widths as a number, and by default IE7 seems to have
a border of "medium" which fails to parse.
This commit is contained in:
Tom Hughes 2012-08-29 13:43:19 +01:00
parent e82c758cea
commit 2184e6310a

View file

@ -383,6 +383,7 @@ h2 {
#map {
margin: 0px;
border: 0px;
padding: 0px;
}