Textareas within forms should not have their content centred.

PR:		www/87865
Submitted by:	Andreas Klemm <andreas at klemm dot apsfilter dot org>
This commit is contained in:
Ceri Davies 2005-10-23 15:55:35 +00:00
parent b079fa63b9
commit 3dc72d2f46
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26121

View file

@ -81,3 +81,7 @@ tt {
strong, b { strong, b {
font-weight: bold; font-weight: bold;
} }
form textarea {
text-align: left;
}