]> ruin.nu Git - ndwebbie.git/commitdiff
input and textarea font size
authorMichael Andreen <harv@ruin.nu>
Thu, 30 Aug 2007 10:30:41 +0000 (10:30 +0000)
committerMichael Andreen <harv@ruin.nu>
Thu, 30 Aug 2007 10:30:41 +0000 (10:30 +0000)
stylesheets/black.css

index f947c18f4401fb0f91be6b0c840aa3b203ed18ed..aa8951f4ea0655a1b438a86082d0af69031ccd2a 100644 (file)
@@ -5,6 +5,10 @@ body,html,table,div {
        background-color: black;
 }
 
+textarea, input{
+       font-size: 11px;
+}
+
 a {
        color: white;
        text-decoration:underline;