summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/style.css b/style.css
index 2c687fc..ed48f4e 100644
--- a/style.css
+++ b/style.css
@@ -25,7 +25,8 @@ body {
div.main form fieldset li label {
width: 25%;
float: left; }
- div.main form fieldset li input {
+ div.main form fieldset li input,
+ div.main form fieldset li textarea {
width: 30%;
float: left; }
div.main form fieldset li p.form_data {
@@ -49,4 +50,6 @@ table input {
}
.error {
font-weight: bold;
+ color: red; }
+.http404 {
color: red; } \ No newline at end of file