From 70dc0480a5cdc7557a1c6960d82a74a686be749a Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Mon, 15 Sep 2008 19:02:06 +0000 Subject: [PATCH] Define a minimal style for textarea as well --- src/infodrom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/infodrom.css b/src/infodrom.css index 198c7e5..4cb2737 100644 --- a/src/infodrom.css +++ b/src/infodrom.css @@ -113,7 +113,7 @@ p.menurule { /* * Formulare */ -input, select { +input, select, textarea { border: 1px solid #aaaaaa; } input.button { -- 2.20.1