diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-06-19 10:38:29 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-06-19 10:38:29 -0400 |
commit | 4015b61ff5123470a1c158589c57cb2c3958121e (patch) | |
tree | 22754bf11c779dfa5942464a72b68daac6073e15 /theme/stoica/display.css | |
parent | b0df65cef9fa64dc57fc9a2db885391e6c26b668 (diff) |
id not class on openid_url input0.3.1
darcs-hash:20080619143829-5ed1f-df0b08a87ba592b552cebd49745be480f0e46d56.gz
Diffstat (limited to 'theme/stoica/display.css')
-rw-r--r-- | theme/stoica/display.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/stoica/display.css b/theme/stoica/display.css index 16e124fb3..9dd861c93 100644 --- a/theme/stoica/display.css +++ b/theme/stoica/display.css @@ -558,7 +558,7 @@ form { /* ----- OpenID Form -----*/ -input.openid_url { +input#openid_url { background: url(login-bg.gif) no-repeat; background-color: #fff; background-position: 0 50%; |