aboutsummaryrefslogtreecommitdiff
path: root/default.css
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-12-01 15:58:16 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-12-01 15:58:16 +0100
commitd1e2f034b9fb6d6e07f472bd5483c9122a3270da (patch)
tree0b3bb402f20b27b10d38ac74c30fd900e150e1e3 /default.css
parent500220a0556ddc04437e6ec86bd422e00cbe06fc (diff)
use h3 instead of fieldset
Diffstat (limited to 'default.css')
-rw-r--r--default.css31
1 files changed, 18 insertions, 13 deletions
diff --git a/default.css b/default.css
index 3ae4147..53984ad 100644
--- a/default.css
+++ b/default.css
@@ -188,6 +188,11 @@ html {
min-width: 55em;
}
+.textcolumn, .shorttextcolumn{
+ text-align: justify;
+ line-height: 1.4em;
+}
+
.textcolumn{
max-width: 45em;
}
@@ -260,28 +265,28 @@ pre#configwarning {
color: red;
}
-h1 {
- text-align:left;
- font-size:1.4em;
+h1, h2, h3 {
font-weight:bold;
color:#000;
- margin-bottom:1em;
+ margin-bottom:.5ex;
+}
+h1{
+ text-align:center;
+ font-size:1.8em;
}
h2 {
- margin-top:1.5em;
- text-align:left;
- font-size:1.4em;
- font-weight:bold;
- color:#000;
- margin-bottom:1em;
+ font-size:1.6em;
+}
+h3 {
+ font-size:1.3em;
}
-div.comment {
- margin-top: 1ex;
- line-height: 1.4em;
+.comment {
+ margin-top: 1.5em;
}
+
form#ac_participant, form#ac {
background: #EEE;
}