diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-26 19:46:11 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-26 19:46:11 +0000 |
commit | 5800d2160c53113e1d811ce2234608760a3db243 (patch) | |
tree | b4fb2e175384e59b2db7b50a91882b0a82657889 /basewiki/style.css | |
parent | 7aab2d2ac63315604b72de41ec57e32da3c9c25e (diff) | |
download | ikiwiki-5800d2160c53113e1d811ce2234608760a3db243.tar ikiwiki-5800d2160c53113e1d811ce2234608760a3db243.tar.gz |
add a poll plugin
Diffstat (limited to 'basewiki/style.css')
-rw-r--r-- | basewiki/style.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/basewiki/style.css b/basewiki/style.css index 032665e70..1017e957f 100644 --- a/basewiki/style.css +++ b/basewiki/style.css @@ -206,6 +206,19 @@ li.L8 { list-style: upper-alpha; } +hr.poll { + height: 10pt; + color: white !important; + background: #eee; + border: 2px solid black; +} +div.poll { + margin-top: 1ex; + margin-bottom: 1ex; + padding: 1ex 1ex; + border: 1px solid #aaa; +} + input#openid_url { background: url(http://openid.net/login-bg.gif) no-repeat; background-color: #fff; |