]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Remove donation drive banner
[rails.git] / app / assets / stylesheets / common.scss
index 45a047611d946a93c2c119323e9b79b724686334..61975d5f6fe71f62e4db77ff1cf90a8815c43b4a 100644 (file)
@@ -2674,42 +2674,6 @@ input.richtext_title[type="text"] {
   }
 }
 
-#sidebar #donate {
-  background-color: rgb(89, 89, 89);
-  padding: 10px 5px;
-  min-height: 120px;
-
-  .sprite {
-    background: transparent image-url('donate-sprite@2x.png') no-repeat scroll 0 0 / 120px 100px;
-  }
-
-  .sprite.logo {
-    float: left;
-    background-position: 0 0;
-    height: 100px;
-    width: 100px;
-  }
-
-  h2 {
-    margin-left: 100px;
-    padding: 14px 10px 6px 10px;
-  }
-
-  p {
-    margin-left: 100px;
-    padding: 2px 10px 3px 10px;
-  }
-
-  a {
-    color: $offwhite;
-  }
-
-  :hover {
-    text-decoration: none;
-    color: #b7b7bf;
-  }
-}
-
 @import 'browse';
 
 @media only screen and (max-width:960px) {