summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-09-04 20:24:16 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-09-04 20:24:16 -0400
commit4b8e02f4b69ccb4fd3146983bc7570f6ae13bca0 (patch)
tree31714caad52fad1c3198e5640bf08537fa99fd3a /style.css
parent0e9ce0122646a74de3288fec457f6e148b5f31f8 (diff)
Add a textarea input to the normal template form stuff.
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