aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Dröscher <dhn2@users.sourceforge.net>2007-03-09 19:44:17 +0000
committerDominik Dröscher <dhn2@users.sourceforge.net>2007-03-09 19:44:17 +0000
commitef91c35ba262619529a5850c4b5026451e86c2d7 (patch)
treee07d6e73d102851761ca65da9e9aacca88b277f6
parent8593ee8d96540235c1e7a1fbbb8582c8ab5b1030 (diff)
downloadforums-ef91c35ba262619529a5850c4b5026451e86c2d7.tar
forums-ef91c35ba262619529a5850c4b5026451e86c2d7.tar.gz
forums-ef91c35ba262619529a5850c4b5026451e86c2d7.tar.bz2
forums-ef91c35ba262619529a5850c4b5026451e86c2d7.tar.xz
forums-ef91c35ba262619529a5850c4b5026451e86c2d7.zip
That works better ...
Please note that this will break old BBCode font-sizes (former value of 24px will now be 24%), we are still thinking about how to solve this issueon update best. git-svn-id: file:///svn/phpbb/trunk@7159 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/styles/subSilver/template/posting_buttons.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/posting_buttons.html b/phpBB/styles/subSilver/template/posting_buttons.html
index 110feafe80..e076b2a660 100644
--- a/phpBB/styles/subSilver/template/posting_buttons.html
+++ b/phpBB/styles/subSilver/template/posting_buttons.html
@@ -70,7 +70,7 @@
<!-- ENDIF -->
<span class="genmed nowrap">{L_FONT_SIZE}: <select class="gensmall" name="addbbcode20" onchange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.form.addbbcode20.selectedIndex = 2;" onmouseover="helpline('f')" onmouseout="helpline('tip')">
<option value="50">{L_FONT_TINY}</option>
- <option value="80">{L_FONT_SMALL}</option>
+ <option value="85">{L_FONT_SMALL}</option>
<option value="100" selected="selected">{L_FONT_NORMAL}</option>
<option value="150">{L_FONT_LARGE}</option>
<option value="200">{L_FONT_HUGE}</option>