diff options
Diffstat (limited to 'www/css/openid.css')
| -rw-r--r-- | www/css/openid.css | 6 |
1 files changed, 3 insertions, 3 deletions
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 { |
