From: Ævar Arnfjörð Bjarmason Date: Tue, 27 Apr 2010 20:48:08 +0000 (+0000) Subject: Don't display an image border for images in the OpenID login box X-Git-Tag: live~6330 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/2d0d6339a5a7bd36e6212c65650d7345f44bbbcb Don't display an image border for images in the OpenID login box --- diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index 11a0d20ea..ae6c2709d 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -751,3 +751,7 @@ abbr.geo { padding-left: 10px; padding-right: 10px; } + +.loginBox img { + border: 0; +}