19 lines
271 B
CSS
19 lines
271 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 {
|
|
top: 30px;
|
|
}
|
|
|
|
/* Rules for OpenLayers maps */
|
|
|
|
.olControlPanZoom {
|
|
display: none;
|
|
}
|