aboutsummaryrefslogtreecommitdiffstats
path: root/styles
diff options
context:
space:
mode:
authorStefan Ritter <xeno@goliath.thehappy.de>2009-03-08 18:07:16 +0100
committerStefan Ritter <xeno@goliath.thehappy.de>2009-03-08 18:07:16 +0100
commit5d2010c6e107e9bd7044b951695db233e77531f3 (patch)
tree996b13f6e15f645681074908b76a01dcbcf1b6a8 /styles
parente111b192fbf84915577b3388bd6ffbf60de5de8a (diff)
Comments:
* Added a first form with a name and a text field * Some little fixes
Diffstat (limited to 'styles')
-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: