Change map placement in small screen mode

This mirrors the way the map is now handled in large screen mode, and
makes it display properly in the Android browser.
This commit is contained in:
Tom Hughes 2012-11-25 18:36:55 +00:00
parent 3758930e18
commit 08283b9a33

View file

@ -101,7 +101,7 @@ h1 {
.site-index .leaflet-top,
.site-export .leaflet-top {
top: 8px !important;
top: 47px !important;
}
/* Rules for the main content area */
@ -113,12 +113,6 @@ h1 {
border-right: 0px;
}
.site-export #content,
.site-edit #content,
.site-index #content {
margin-top: 40px;
}
/* Rules for search sidebar when shown */
#sidebar {