aboutsummaryrefslogtreecommitdiffstats
path: root/styles/blogthon.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/blogthon.css')
-rw-r--r--styles/blogthon.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/styles/blogthon.css b/styles/blogthon.css
index 5d6349a..378385e 100644
--- a/styles/blogthon.css
+++ b/styles/blogthon.css
@@ -84,4 +84,18 @@ a.comment:link, a.comment:hover, a.comment:active, a.comment:visited {
font-size: 10px;
}
+input, textarea {
+ font-family: Verdana;
+ font-size: 10px;
+ display: block;
+ width: 300px;
+ background: #333;
+ color: #FFF;
+ border: thin dotted;
+}
+
+input#submit {
+ width: 120px;
+}
+
# vim: set tw=0 ts=4: