diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2011-10-29 23:32:47 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2011-10-29 23:32:47 +0200 |
commit | cf49b5f46fe4035a54809d4c615cbdc1456964e1 (patch) | |
tree | 6b193573c97b3827824cbaec5cbd799cfa2b8324 /phpBB/styles/prosilver | |
parent | 86f8851c403bb9f31b43a9656e844e5c925da19a (diff) | |
download | forums-cf49b5f46fe4035a54809d4c615cbdc1456964e1.tar forums-cf49b5f46fe4035a54809d4c615cbdc1456964e1.tar.gz forums-cf49b5f46fe4035a54809d4c615cbdc1456964e1.tar.bz2 forums-cf49b5f46fe4035a54809d4c615cbdc1456964e1.tar.xz forums-cf49b5f46fe4035a54809d4c615cbdc1456964e1.zip |
[ticket/7932] Fix font size in select boxes
PHPBB3-7932
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r-- | phpBB/styles/prosilver/theme/forms.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/forms.css b/phpBB/styles/prosilver/theme/forms.css index 803c608bcf..ebc8059474 100644 --- a/phpBB/styles/prosilver/theme/forms.css +++ b/phpBB/styles/prosilver/theme/forms.css @@ -26,6 +26,7 @@ select { border: 1px solid #666666; padding: 1px; background-color: #FAFAFA; + font-size: 1em; } option { |