Don't display an image border for images in the OpenID login box

This commit is contained in:
Ævar Arnfjörð Bjarmason 2010-04-27 20:48:08 +00:00
parent 79e140641c
commit 2d0d6339a5

View file

@ -751,3 +751,7 @@ abbr.geo {
padding-left: 10px;
padding-right: 10px;
}
.loginBox img {
border: 0;
}