]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Correct sprite CSS for permalink (#352)
[rails.git] / app / assets / stylesheets / common.css.scss
index 1807856b4ba77becca2c060f808d898f08223e40..c0a8a457abe8e4abf10f5c0cebf54e9016146637 100644 (file)
@@ -711,7 +711,6 @@ a.donate {
   display: none;
   position: relative;
   float: left;
-  overflow: auto;
   border-right: 1px solid $keyline;
   width: 33.3333%;
   height: 100%;
@@ -752,6 +751,8 @@ a.donate {
 #sidebar_content {
   position: relative;
   margin-bottom: 20px;
+  overflow: auto;
+  height: 100%;
   width: 100%;
   h4 {
     padding: 0 $lineheight $lineheight/2 $lineheight;
@@ -1974,7 +1975,6 @@ a.button {
     left: $lineheight/4;
     min-width: 15px;
     min-height: 15px;
-    background: image-url("sprite.png") 0 -45px no-repeat;
   }
 
   .permalink span {