openstreetmap-website/public/stylesheets/large.css
2011-05-07 13:05:39 +01:00

26 lines
363 B
CSS

/* Styles specific to large screens */
/* Rules for greeting bar in the top right corner */
#small-greeting {
display: none;
}
/* Rules for the main content area */
#content {
left: 192px;
top: 35px;
}
/* Rules for OpenLayers maps */
.olControlPanZoom {
display: none;
}
/* Rules for map bug reporting */
#reportbuganchor {
font-size: 150%;
}