From 6a6814e41d1d6cd6545054cb37dc6820959c60fb Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Sun, 2 May 2010 10:46:31 +0000 Subject: [PATCH] Only apply openid_url class to boxes This was already implicitly the case since it was only used on . Just narrow down the CSS rule. --- public/stylesheets/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index 34d8571f4..c92d748e2 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -740,7 +740,7 @@ abbr.geo { background: #fff; } -.openid_url { +input.openid_url { background: url('../images/openid-inputicon.gif') repeat-y left; padding-left: 16px; } -- 2.43.2