openstreetmap-website/public/stylesheets/large.css
Tom Hughes 318c7a9854 Tidy up the stylesheets, removing lots of ancient, unused junk and
trying to group everything else together in more logical fashion.
2010-03-03 15:46:16 +00:00

20 lines
286 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;
}