]> git.openstreetmap.org Git - rails.git/blob - app/assets/stylesheets/large.css
User errors.add(:base) instead of the removed errors.add_to_base()
[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: 30px;
13 }
14
15 /* Rules for OpenLayers maps */
16
17 .olControlPanZoom {
18   display: none;
19 }
20
21 /* Rules for map bug reporting */
22
23 #reportbuganchor { 
24   font-size: 150%;
25 }