]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/large.css
Tidy up the stylesheets, removing lots of ancient, unused junk and
[rails.git] / public / stylesheets / large.css
diff --git a/public/stylesheets/large.css b/public/stylesheets/large.css
new file mode 100644 (file)
index 0000000..a1efa85
--- /dev/null
@@ -0,0 +1,20 @@
+/* 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;
+}