]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Remove unused/obsolete CSS
[rails.git] / app / assets / stylesheets / common.css.scss
index 744c9ce78be8a9c5a238e9d4e25649e80cc602ad..a14dec2d77d3a53cedee2517c2749820a50bf0b3 100644 (file)
@@ -338,19 +338,6 @@ table {
   }
 }
 
-/* Rules for SOTM advert */
-
-#sotm {
-  width: 165px;
-  margin: $lineheight/2;
-  padding: 0px;
-  border: 0px;
-  background: #fff;
-  img {
-    width: 165px;
-  }
-}
-
 /*
  * Rules for "optional boxes" which appear in the left sidebar on
  * certain pages. Current users are the seach box on the main page
@@ -644,23 +631,6 @@ a.donate {
   }
 }
 
-.leaflet-control-attribution {
-  a.disabled {
-    color: #99c9dc;
-    cursor: default;
-    text-decoration: none;
-  }
-
-  ul.secondary-actions {
-    float: left;
-    margin-right: $lineheight/4;
-
-    &:only-child {
-      margin-right: 0px;
-    }
-  }
-}
-
 .site-index .leaflet-top,
 .site-export .leaflet-top {
   top: $lineheight/2 !important;
@@ -669,11 +639,6 @@ a.donate {
   }
 }
 
-.site-index #map .olControlScaleLine,
-.site-export #map .olControlScaleLine {
-  left: $lineheight/2 !important;
-}
-
 .leaflet-popup-scrolled {
   padding-right: $lineheight;
   border-bottom: 0px !important;