From: Joey Hess Date: Mon, 10 May 2010 19:56:57 +0000 (-0400) Subject: bring back input#openid_url styling X-Git-Tag: 3.20100515~33^2~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a855fa1d1846fd1c72254130e8cbcaa0f98bd200;p=ikiwiki.git bring back input#openid_url styling Still used on prefs page. --- diff --git a/doc/style.css b/doc/style.css index 6832194b2..cb02f812a 100644 --- a/doc/style.css +++ b/doc/style.css @@ -332,6 +332,13 @@ ol.form { li.form { padding-bottom: 1em; } +input#openid_url { + background: url(wikiicons/openidlogin-bg.gif) no-repeat; + background-color: #fff; + background-position: 0 50%; + color: #000; + padding-left: 18px; +} input#searchbox { background: url(wikiicons/search-bg.gif) no-repeat; background-color: #fff;