]> git.openstreetmap.org Git - rails.git/blob - public/stylesheets/large.css
Update Potlatch 2 to r24969 build
[rails.git] / public / stylesheets / large.css
1 /* Styles specific to large screens  */
2
3 /* Rules for greeting bar in the top right corner */
4
5 #small-greeting {
6   display: none;
7 }
8
9 /* Rules for the main content area */
10
11 #content {
12   left: 192px;
13   top: 35px;
14 }
15
16 /* Rules for OpenLayers maps */
17
18 .olControlPanZoom {
19   display: none;
20 }