From: Michael Andreen Date: Thu, 30 Aug 2007 10:30:41 +0000 (+0000) Subject: input and textarea font size X-Git-Url: https://ruin.nu/git/?a=commitdiff_plain;h=122686dc9a86cd155ecb797a581c58ac4024d552;p=ndwebbie.git input and textarea font size --- diff --git a/stylesheets/black.css b/stylesheets/black.css index f947c18..aa8951f 100644 --- a/stylesheets/black.css +++ b/stylesheets/black.css @@ -5,6 +5,10 @@ body,html,table,div { background-color: black; } +textarea, input{ + font-size: 11px; +} + a { color: white; text-decoration:underline;