Remove unused

This commit is contained in:
John Firebaugh 2013-11-11 18:18:28 -08:00
parent 721e32b5ce
commit bd19e75214

View file

@ -924,48 +924,6 @@ header .search_form {
}
}
/* Rules for donation request box */
a.donate {
display: block;
padding: $lineheight/4 $lineheight;
border: 1px solid $green;
font-size: $typeheight;
line-height: 1.4;
text-align: center;
border-radius: 2px;
color: #222;
margin: $lineheight/2 $lineheight;
&:hover {
background: $green;
text-decoration: none;
}
}
/* Rules for rotating sidebar ads */
.ad-container {
display: block;
height: 120px;
margin: auto;
overflow: hidden;
position: relative;
border-bottom: 1px solid #ccc;
a {
display: block;
width: 165px;
margin: auto;
}
.ad {
height: 100px;
border: 0;
background: #fff;
}
}
/* Rules for the map key which appears in the popout sidebar */
#mapkey {
@ -1000,27 +958,6 @@ a.donate {
color: #f00;
}
/* Rules for data browser information which appears in the popout sidebar */
#browse_content {
position: relative;
.browse_show_list.button {
position: absolute;
left: $lineheight;
right: $lineheight;
bottom: -40px;
margin-bottom: 0;
}
a.more-details {
position: absolute;
top: 0;
right: $lineheight;
}
ul li {
margin-bottom: 0;
}
}
/* Rules for entity history */
#sidebar_content {
.browse_details {