diff options
author | cyberalien <cyberalien@gmail.com> | 2015-04-03 11:04:47 +0300 |
---|---|---|
committer | cyberalien <cyberalien@gmail.com> | 2015-04-03 11:04:47 +0300 |
commit | 9f54d2b590e8c688959811dd9d63391ab61c9acc (patch) | |
tree | 55d2bf9e5a35c71d3b736953a064b6343faddb69 /phpBB/styles/prosilver/theme/common.css | |
parent | 6c308d81bde2cf47552e30195464f880fa10f4a6 (diff) | |
download | forums-9f54d2b590e8c688959811dd9d63391ab61c9acc.tar forums-9f54d2b590e8c688959811dd9d63391ab61c9acc.tar.gz forums-9f54d2b590e8c688959811dd9d63391ab61c9acc.tar.bz2 forums-9f54d2b590e8c688959811dd9d63391ab61c9acc.tar.xz forums-9f54d2b590e8c688959811dd9d63391ab61c9acc.zip |
[ticket/13741] Remove reference to unused body font-size declaration
Remove reference to font-size declaration that is no longer used in prosilver
PHPBB3-13741
Diffstat (limited to 'phpBB/styles/prosilver/theme/common.css')
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 11e3314f17..9c88e1dabb 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -53,9 +53,7 @@ html { } body { - /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */ font-family: Verdana, Helvetica, Arial, sans-serif; - /*font-size: 62.5%; This sets the default font size to be equivalent to 10px */ font-size: 10px; line-height: normal; margin: 0; |