From 5800d2160c53113e1d811ce2234608760a3db243 Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 26 Nov 2006 19:46:11 +0000 Subject: add a poll plugin --- basewiki/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'basewiki/style.css') 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; -- cgit v1.2.3