aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-01-17 17:47:11 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-01-17 17:47:11 +0000
commit4cab6197583eaee831b2bee30838a9f0a7cd6aa7 (patch)
treedebf864a2e3dc92c7423440b767669c96bb9f0b2
parentf08b229ca0c4829b0a1f6accd71902fbd1f6dcac (diff)
downloadforums-4cab6197583eaee831b2bee30838a9f0a7cd6aa7.tar
forums-4cab6197583eaee831b2bee30838a9f0a7cd6aa7.tar.gz
forums-4cab6197583eaee831b2bee30838a9f0a7cd6aa7.tar.bz2
forums-4cab6197583eaee831b2bee30838a9f0a7cd6aa7.tar.xz
forums-4cab6197583eaee831b2bee30838a9f0a7cd6aa7.zip
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
-rw-r--r--phpBB/styles/subSilver/theme/stylesheet.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subSilver/theme/stylesheet.css b/phpBB/styles/subSilver/theme/stylesheet.css
index fc0b8ae932..0fd3cbe2b4 100644
--- a/phpBB/styles/subSilver/theme/stylesheet.css
+++ b/phpBB/styles/subSilver/theme/stylesheet.css
@@ -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;