From 3dc72d2f4633c03dcd245b69746b1499df894b81 Mon Sep 17 00:00:00 2001 From: Ceri Davies Date: Sun, 23 Oct 2005 15:55:35 +0000 Subject: [PATCH] Textareas within forms should not have their content centred. PR: www/87865 Submitted by: Andreas Klemm --- en/layout/css/global.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/en/layout/css/global.css b/en/layout/css/global.css index 149bd6fd92..fc895ac33b 100644 --- a/en/layout/css/global.css +++ b/en/layout/css/global.css @@ -81,3 +81,7 @@ tt { strong, b { font-weight: bold; } + +form textarea { + text-align: left; +}