mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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:
parent
f08b229ca0
commit
4cab619758
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue