From ba1eda7d957c80ee453af8ccc3b31c32cdb40496 Mon Sep 17 00:00:00 2001
From: Michael Miday <midaym@gmail.com>
Date: Wed, 18 Apr 2018 18:34:20 -0400
Subject: [PATCH] [ticket/15647] fix post font-size and line-height

PHPBB3-15647
---
 phpBB/styles/prosilver/theme/content.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css
index 98a4a36c08..523fc466b3 100644
--- a/phpBB/styles/prosilver/theme/content.css
+++ b/phpBB/styles/prosilver/theme/content.css
@@ -362,8 +362,8 @@ dd.option {
 ---------------------------------------- */
 .content {
 	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
-	font-size: 10px;
-	line-height: 14px;
+	font-size: 13px;
+	line-height: 18px;
 	clear: both;
 	overflow: hidden;
 	min-height: 30px;