]> git.openstreetmap.org Git - rails.git/commitdiff
Remove unused stylesheet rules
authorTom Hughes <tom@compton.nu>
Sun, 14 Oct 2012 14:43:48 +0000 (15:43 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 14 Oct 2012 15:01:36 +0000 (16:01 +0100)
app/assets/stylesheets/large.css
app/assets/stylesheets/notes.css [deleted file]

index 51e9999249b60e92bb41bb5d8aed56fc7f646eef..05da4445f8cd75b5c459f4418158d525be187c22 100644 (file)
@@ -17,9 +17,3 @@
 .olControlZoom {
   display: none;
 }
-
-/* Rules for map bug reporting */
-
-#reportbuganchor { 
-  font-size: 150%;
-}
diff --git a/app/assets/stylesheets/notes.css b/app/assets/stylesheets/notes.css
deleted file mode 100644 (file)
index ee6198b..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-.olPopupFramedCloudNotes dl {
-    margin: 0px;
-    padding: 0px;
-}
-
-.olPopupFramedCloudNotes dt {
-    margin: 0px;
-    padding: 0px;
-    font-weight: bold;
-    float: left;
-    clear: left;
-}
-
-.olPopupFramedCloudNotes dt:after {
-    content: ": ";
-}
-
-.olPopupFramedCloudNotes dt {
-    margin-right: 1ex;
-}
-
-.olPopupFramedCloudNotes dd {
-    margin: 0px;
-    padding: 0px;
-}
-
-.olPopupFramedCloudNotes ul.buttons {
-    list-style-type: none;
-    padding: 0px;
-    margin: 0px;
-}
-
-.olPopupFramedCloudNotes ul.buttons li {
-    display: inline;
-    margin: 0px;
-    padding: 0px;
-}
-
-.olPopupFramedCloudNotes h3 {
-    font-size: 1.2em;
-    margin: 0.2em 0em 0.7em 0em;
-}