From bd19e75214a05c2cc4cd36dd63d30cace2ab1f8e Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 11 Nov 2013 18:18:28 -0800 Subject: [PATCH] Remove unused --- app/assets/stylesheets/common.css.scss | 63 -------------------------- 1 file changed, 63 deletions(-) diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index e8b5a8238..3845c5b31 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -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 { -- 2.43.2