]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/site.css
Change the map key from a static PNG image to a generated HTML table that can be...
[rails.git] / public / stylesheets / site.css
index c8b1c54413985e872c0f09c341c1e466335d9b06..8d7324fc365738c5301ec52d8d444634e467885a 100644 (file)
@@ -52,6 +52,25 @@ body {
   margin: 0px;
 }
 
+/* The Map Key sidebar */
+#mapkey h3 {
+    font-size: 110%;
+    font-weight: normal;
+    text-align: center;
+}
+
+#mapkey .mapkey-table {
+    padding-left: 5px;
+    padding-right: 5px;
+}
+
+/*#mapkey .mapkey-table-key {}*/
+
+#mapkey .mapkey-table-value {
+    font-size: 90%;
+}
+
+
 #greeting {
   float: right;
   height: 20px;