From 6e5f33e5fb659350af2a5a3113295b1a91a60ddc Mon Sep 17 00:00:00 2001 From: Cesar G Date: Tue, 27 May 2014 09:11:06 -0700 Subject: [ticket/12599] Get the font sizes under control. PHPBB3-12599 --- phpBB/docs/assets/css/stylesheet.css | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/phpBB/docs/assets/css/stylesheet.css b/phpBB/docs/assets/css/stylesheet.css index d3934e3ca4..5e4a4535f1 100644 --- a/phpBB/docs/assets/css/stylesheet.css +++ b/phpBB/docs/assets/css/stylesheet.css @@ -11,13 +11,21 @@ body { font-family: Verdana, Helvetica, Arial, sans-serif; color: #828282; background-color: #FFFFFF; - font-size: 12px; + font-size: 10px; margin: 0; padding: 12px 0; } img { border-width: 0; } +ul, ol { + font-size: 1.1em; +} + +ul ul, ol ol { + font-size: inherit; +} + p { line-height: 1.3em; font-size: 1.1em; @@ -70,7 +78,7 @@ h3 { border-bottom: 1px solid #CCCCCC; margin-bottom: 3px; padding-bottom: 2px; - font-size: 1.05em; + font-size: 1.1em; color: #115098; margin-top: 20px; } @@ -80,7 +88,7 @@ h4 { font-weight: bold; margin-bottom: 3px; padding-bottom: 2px; - font-size: 1.05em; + font-size: 1.1em; color: #115098; margin-top: 20px; } @@ -154,6 +162,7 @@ a#logo:hover { .paragraph { border-radius: 7px; + font-size: 1.1em; padding: 5px 10px; margin-bottom: 4px; background-repeat: no-repeat; -- cgit v1.2.1