From e900d870bfa212f9ce4b180b3b9e1b3f513a8acd Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 9 Jul 2013 10:53:51 -0700 Subject: [PATCH] Remove unused/obsolete CSS --- app/assets/stylesheets/common.css.scss | 35 -------------------- app/assets/stylesheets/leaflet-all.css.scss | 10 ------ app/assets/stylesheets/leaflet.zoom.css.scss | 1 - 3 files changed, 46 deletions(-) delete mode 100644 app/assets/stylesheets/leaflet.zoom.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 744c9ce78..a14dec2d7 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -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; diff --git a/app/assets/stylesheets/leaflet-all.css.scss b/app/assets/stylesheets/leaflet-all.css.scss index 1f84b5754..10ad2607a 100644 --- a/app/assets/stylesheets/leaflet-all.css.scss +++ b/app/assets/stylesheets/leaflet-all.css.scss @@ -25,13 +25,3 @@ div.leaflet-marker-icon.location-filter.move-marker { .site .leaflet-popup p { margin: 0 0 20px 0; } - -.leaflet-control-attribution #permalinkanchor { - background: image-url("sprite.png") 0 -45px no-repeat; - padding-left:20px; -} - -.site .leaflet-control-attribution { - box-shadow: none; - font-size: inherit; -} diff --git a/app/assets/stylesheets/leaflet.zoom.css.scss b/app/assets/stylesheets/leaflet.zoom.css.scss deleted file mode 100644 index 8b1378917..000000000 --- a/app/assets/stylesheets/leaflet.zoom.css.scss +++ /dev/null @@ -1 +0,0 @@ - -- 2.43.2