diff options
| author | Bart van Bragt <bartvb@users.sourceforge.net> | 2002-01-11 10:16:49 +0000 |
|---|---|---|
| committer | Bart van Bragt <bartvb@users.sourceforge.net> | 2002-01-11 10:16:49 +0000 |
| commit | d728809a4c8fcd2e1a491eb866732cf7390ee041 (patch) | |
| tree | 5d633eb35f4343bbf72973bf31c3e701ba435daa /phpBB | |
| parent | 585acdc64c353d9a5e28e8a2494767d2c5608ab0 (diff) | |
| download | forums-d728809a4c8fcd2e1a491eb866732cf7390ee041.tar forums-d728809a4c8fcd2e1a491eb866732cf7390ee041.tar.gz forums-d728809a4c8fcd2e1a491eb866732cf7390ee041.tar.bz2 forums-d728809a4c8fcd2e1a491eb866732cf7390ee041.tar.xz forums-d728809a4c8fcd2e1a491eb866732cf7390ee041.zip | |
Fixed sizes HTML (bug #502099)
git-svn-id: file:///svn/phpbb/trunk@1839 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/templates/subSilver/posting_body.tpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/templates/subSilver/posting_body.tpl b/phpBB/templates/subSilver/posting_body.tpl index dae640c758..0862c1ac2c 100644 --- a/phpBB/templates/subSilver/posting_body.tpl +++ b/phpBB/templates/subSilver/posting_body.tpl @@ -351,11 +351,11 @@ function storeCaret(textEl) { <option style="color:white; background-color: #DEE3E7" value="white" class="genmed">{L_COLOR_WHITE}</option> <option style="color:black; background-color: #DEE3E7" value="black" class="genmed">{L_COLOR_BLACK}</option> </select> {L_FONT_SIZE}:<select name="addbbcode20" onChange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]')" onMouseOver="helpline('f')"> - <option value="9" class="genmed">{L_FONT_TINY}</option> - <option value="10" class="genmed">{L_FONT_SMALL}</option> - <option value="12" selected class="genmed">{L_FONT_NORMAL}</option> - <option value="18" class="genmed">{L_FONT_LARGE}</option> - <option value="24" class="genmed">{L_FONT_HUGE}</option> + <option value="7px" class="genmed">{L_FONT_TINY}</option> + <option value="9px" class="genmed">{L_FONT_SMALL}</option> + <option value="12px" selected class="genmed">{L_FONT_NORMAL}</option> + <option value="18px" class="genmed">{L_FONT_LARGE}</option> + <option value="24px" class="genmed">{L_FONT_HUGE}</option> </select> </span></td> <td nowrap="nowrap" align="right"><span class="gensmall"><a href="javascript:bbstyle(-1)" class="genmed" onMouseOver="helpline('a')">{L_BBCODE_CLOSE_TAGS}</a></span></td> |
