Tweak blog button 3 to appear better on dark backgrounds.

This commit is contained in:
Max Goodman
2012-04-23 12:01:04 -07:00
committed by Keith Mitchell
parent c12801cd60
commit 2b8373ea7e
3 changed files with 4 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 638 B

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@@ -31,7 +31,7 @@
</div>
<div class="right bling">
<a href="/" target="_parent" >
<img src="/static/blog_snoo.gif" alt="submit"/>
<img class="snoo" src="/static/blog_snoo.png" alt="submit"/>
</a>
</div>
<div class="clear">

View File

@@ -2356,6 +2356,9 @@ label + #moresearchinfo {
font-size: x-small;
line-height: 17px;
}
.button .blog3 .snoo {
margin-top: -1px;
}
.blog5 .right { float: right; }