diff options
author | Stefan Ritter <xeno@goliath.thehappy.de> | 2009-03-08 18:07:16 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@goliath.thehappy.de> | 2009-03-08 18:07:16 +0100 |
commit | 5d2010c6e107e9bd7044b951695db233e77531f3 (patch) | |
tree | 996b13f6e15f645681074908b76a01dcbcf1b6a8 /styles | |
parent | e111b192fbf84915577b3388bd6ffbf60de5de8a (diff) |
Comments:
* Added a first form with a name and a text field
* Some little fixes
Diffstat (limited to '')
-rw-r--r-- | styles/blogthon.css | 14 |
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: |