diff options
| author | Colin Guthrie <colin.guthrie@tribalogic.net> | 2013-04-19 13:28:19 +0100 |
|---|---|---|
| committer | Colin Guthrie <colin.guthrie@tribalogic.net> | 2013-04-21 19:57:43 +0100 |
| commit | 20ca4e9e509a111f8de0069feeac54e3b31098ee (patch) | |
| tree | cd1a27410c2fc470d270cf79cab021781d1931aa /www/css/openid.css | |
| parent | ba158e3ed03dec10e6654b0b0dd3710504bdf04d (diff) | |
| download | phorkie-20ca4e9e509a111f8de0069feeac54e3b31098ee.tar.gz phorkie-20ca4e9e509a111f8de0069feeac54e3b31098ee.zip | |
Allow usage in a subdir of a host.
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 { |
