mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +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:
@@ -368,7 +368,7 @@ input {
|
||||
textarea {
|
||||
background-color: #FAFAFA;
|
||||
color: #333333;
|
||||
font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
|
||||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
||||
font-size: 1.3em;
|
||||
line-height: 1.4em;
|
||||
font-weight: normal;
|
||||
|
Reference in New Issue
Block a user