mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-06 14:35: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:
parent
f08b229ca0
commit
4cab619758
@ -368,8 +368,8 @@ 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;
|
||||||
border: 1px solid #A9B8C2;
|
border: 1px solid #A9B8C2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user