summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css14
1 files changed, 12 insertions, 2 deletions
diff --git a/style.css b/style.css
index 5e960b3..4d56665 100644
--- a/style.css
+++ b/style.css
@@ -16,11 +16,11 @@ body {
font-size: 1em;
padding: 0; }
div.infobar a {
- color: #000000;
- }
+ color: #000000; }
div.main {
}
div.main form fieldset li {
+ clear: both;
padding: .5em 0; }
div.main form fieldset li label {
width: 25%;
@@ -31,6 +31,16 @@ body {
float: left; }
div.main form fieldset li p.form_data {
margin-left: 25%; }
+ div.main form fieldset li.wide {
+ clear: both;
+ padding: .5em 0; }
+ div.main form fieldset li.wide label {
+ width: 100%;
+ float: none; }
+ div.main form fieldset li.wide input,
+ div.main form fieldset li.wide textarea {
+ width: 100%;
+ float: none; }
h1 {
text-align: center; }