1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-01 03:54:56 +02:00

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,8 +368,8 @@ input {
textarea {
background-color: #FAFAFA;
color: #333333;
font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
font-size: 1.3em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1.3em;
line-height: 1.4em;
font-weight: normal;
border: 1px solid #A9B8C2;