From 5d2010c6e107e9bd7044b951695db233e77531f3 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Sun, 8 Mar 2009 18:07:16 +0100 Subject: Comments: * Added a first form with a name and a text field * Some little fixes --- styles/blogthon.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'styles') 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: -- cgit v1.2.3