Add style rules for the main page when invoked for an export

This commit is contained in:
Tom Hughes 2011-07-19 10:01:54 +01:00
parent 0c0775f96a
commit 42ae3a19b1

View file

@ -575,6 +575,14 @@ hr {
right: 0px; right: 0px;
} }
.site_export #map {
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
}
/* Rules for the edit page */ /* Rules for the edit page */
.site_edit #map { .site_edit #map {