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:
parent
b079fa63b9
commit
3dc72d2f46
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26121
1 changed files with 4 additions and 0 deletions
|
@ -81,3 +81,7 @@ tt {
|
|||
strong, b {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
form textarea {
|
||||
text-align: left;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue