I2PSnark: Fix mouseover image margin discrepancy.

This commit is contained in:
z3d
2009-07-23 18:25:22 +00:00
parent 12b2d4c00b
commit 68445fe195

View File

@ -244,7 +244,7 @@ img {
img:hover{ img:hover{
border: none; border: none;
margin: 5px 5px 10px 5px; margin: 0px 5px 10px 5px;
opacity: 1; opacity: 1;
} }