With this font the textarea is stretched over the complete screen rendering nearly all forms "unreadable"

git-svn-id: file:///svn/phpbb/trunk@5467 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2006-01-17 17:47:11 +00:00
parent f08b229ca0
commit 4cab619758

View file

@ -368,7 +368,7 @@ input {
textarea { textarea {
background-color: #FAFAFA; background-color: #FAFAFA;
color: #333333; color: #333333;
font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif; font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1.3em; font-size: 1.3em;
line-height: 1.4em; line-height: 1.4em;
font-weight: normal; font-weight: normal;