diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-20 01:52:18 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-20 01:52:18 +0000 |
commit | 54cf5a62cab254e923c8d73ae8bd043a1f33c3b1 (patch) | |
tree | bc30fa8f0ec7070eadb5dace8e9743272f742ba2 /basewiki | |
parent | ad01bcd8b49deed11f602c43d1da8235280d5d6b (diff) | |
download | ikiwiki-54cf5a62cab254e923c8d73ae8bd043a1f33c3b1.tar ikiwiki-54cf5a62cab254e923c8d73ae8bd043a1f33c3b1.tar.gz |
* Make auth methods pluggable.
* Move httpauth support to a plugin.
* Add an openid plugin to support logging in using OpenID.
Diffstat (limited to 'basewiki')
-rw-r--r-- | basewiki/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/basewiki/style.css b/basewiki/style.css index 0334670e1..032665e70 100644 --- a/basewiki/style.css +++ b/basewiki/style.css @@ -205,3 +205,11 @@ li.L7 { li.L8 { list-style: upper-alpha; } + +input#openid_url { + background: url(http://openid.net/login-bg.gif) no-repeat; + background-color: #fff; + background-position: 0 50%; + color: #000; + padding-left: 18px; +} |