From 20ca4e9e509a111f8de0069feeac54e3b31098ee Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Fri, 19 Apr 2013 13:28:19 +0100 Subject: Allow usage in a subdir of a host. --- www/css/openid.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/css') diff --git a/www/css/openid.css b/www/css/openid.css index 296618b..4b2acbc 100644 --- a/www/css/openid.css +++ b/www/css/openid.css @@ -28,7 +28,7 @@ body { #openid_url { margin: 0px !important; width: 250px; - background: #FFF url(/images/openid-inputicon.gif) no-repeat scroll 0 50%; + background: #FFF url(../images/openid-inputicon.gif) no-repeat scroll 0 50%; padding-left:18px; } .openid_large_btn { @@ -46,10 +46,10 @@ body { float: left; } .google { - background: #FFF url(/images/google.gif) no-repeat center center; + background: #FFF url(../images/google.gif) no-repeat center center; } .yahoo { - background: #FFF url(/images/yahoo.gif) no-repeat center center; + background: #FFF url(../images/yahoo.gif) no-repeat center center; } a.openid_large_btn:hover { -- cgit v1.2.3