]> git.openstreetmap.org Git - rails.git/blob - app/assets/stylesheets/large.css
Don't escape the name - rails will handle it
[rails.git] / app / assets / 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   top: 25px;
13 }
14
15 /* Rules for OpenLayers maps */
16
17 .olControlPanZoom {
18   display: none;
19 }