diff options
author | Graham Eames <grahamje@users.sourceforge.net> | 2006-10-21 16:14:23 +0000 |
---|---|---|
committer | Graham Eames <grahamje@users.sourceforge.net> | 2006-10-21 16:14:23 +0000 |
commit | 44ea780de626a450e17154e5154f3becbd512476 (patch) | |
tree | c13028d753d19032ccc4b5d9798efe0d576d8666 | |
parent | 7470dcf709c7b0e9957414af6cacc9f99e61932b (diff) | |
download | forums-44ea780de626a450e17154e5154f3becbd512476.tar forums-44ea780de626a450e17154e5154f3becbd512476.tar.gz forums-44ea780de626a450e17154e5154f3becbd512476.tar.bz2 forums-44ea780de626a450e17154e5154f3becbd512476.tar.xz forums-44ea780de626a450e17154e5154f3becbd512476.zip |
Increase size of font size box
git-svn-id: file:///svn/phpbb/trunk@6516 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/adm/style/acp_styles.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_styles.html b/phpBB/adm/style/acp_styles.html index 485920576a..8ac3e0c96b 100644 --- a/phpBB/adm/style/acp_styles.html +++ b/phpBB/adm/style/acp_styles.html @@ -330,7 +330,7 @@ </dl> <dl> <dt><label for="font_size">{L_FONT_SIZE}:</label></dt> - <dd><input id="font_size" name="font_size" type="text" value="{FONT_SIZE}" size="3" maxlength="3" /> <select id="font_size_unit" name="font_size_unit">{S_FONT_SIZE_UNITS}</select></dd> + <dd><input id="font_size" name="font_size" type="text" value="{FONT_SIZE}" size="5" maxlength="5" /> <select id="font_size_unit" name="font_size_unit">{S_FONT_SIZE_UNITS}</select></dd> </dl> <dl> <dt><label for="font_weight">{L_BOLD}:</label></dt> |