diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-01-03 03:18:43 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-01-03 03:18:43 +0100 |
commit | c32287904f82f9db1090217f2cc4a36589d16d8a (patch) | |
tree | 897092dfa26b9bce6578b03a09881733e88f9da0 /static | |
parent | 6c5de269a1b4ffa1d374c68525870978ea872543 (diff) | |
download | Ishtar-c32287904f82f9db1090217f2cc4a36589d16d8a.tar.bz2 Ishtar-c32287904f82f9db1090217f2cc4a36589d16d8a.zip |
Change merlin-session-wizard to django-formwizard
Diffstat (limited to 'static')
-rw-r--r-- | static/media/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
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; |