From c32287904f82f9db1090217f2cc4a36589d16d8a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 3 Jan 2011 03:18:43 +0100 Subject: Change merlin-session-wizard to django-formwizard --- static/media/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'static') diff --git a/static/media/style.css b/static/media/style.css index 5caaa1353..47f30b2ee 100644 --- a/static/media/style.css +++ b/static/media/style.css @@ -13,6 +13,17 @@ a { color:#D14; } +button { + text-decoration:none; + color:#D14; + border:none; + background-color:white; + font-size: 11pt; + cursor:pointer; + padding:0; + margin:0; +} + caption { color:#922; font-weight:bold; -- cgit v1.2.3