From 9f54d2b590e8c688959811dd9d63391ab61c9acc Mon Sep 17 00:00:00 2001 From: cyberalien <cyberalien@gmail.com> Date: Fri, 3 Apr 2015 11:04:47 +0300 Subject: [PATCH] [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 --- phpBB/styles/prosilver/theme/common.css | 2 -- 1 file changed, 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;