Remove unused/obsolete CSS

This commit is contained in:
John Firebaugh 2013-07-09 10:53:51 -07:00
parent b8bf4c7b77
commit e900d870bf
3 changed files with 0 additions and 46 deletions

View 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 * Rules for "optional boxes" which appear in the left sidebar on
* certain pages. Current users are the seach box on the main page * 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-index .leaflet-top,
.site-export .leaflet-top { .site-export .leaflet-top {
top: $lineheight/2 !important; 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 { .leaflet-popup-scrolled {
padding-right: $lineheight; padding-right: $lineheight;
border-bottom: 0px !important; border-bottom: 0px !important;

View file

@ -25,13 +25,3 @@ div.leaflet-marker-icon.location-filter.move-marker {
.site .leaflet-popup p { .site .leaflet-popup p {
margin: 0 0 20px 0; 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;
}