From a07b29c1df8519e31401ec3d5f472c8a8f04431c Mon Sep 17 00:00:00 2001 From: Cesar G Date: Tue, 27 May 2014 09:26:49 -0700 Subject: [ticket/12599] Place standalone text in a box. PHPBB3-12599 --- phpBB/docs/assets/css/stylesheet.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'phpBB/docs/assets/css') diff --git a/phpBB/docs/assets/css/stylesheet.css b/phpBB/docs/assets/css/stylesheet.css index 5e4a4535f1..192a6f9f79 100644 --- a/phpBB/docs/assets/css/stylesheet.css +++ b/phpBB/docs/assets/css/stylesheet.css @@ -178,6 +178,10 @@ a#logo:hover { color: #000000; } +.main-description { + font-size: 1.15em; +} + .content { color: #333333; } -- cgit v1.2.1