diff options
author | Cesar G <prototech91@gmail.com> | 2014-05-27 09:11:06 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2015-02-25 20:02:40 -0800 |
commit | 6e5f33e5fb659350af2a5a3113295b1a91a60ddc (patch) | |
tree | d4b4930fa37b58e37082578efd9dca4b5ac0ae4a /phpBB/docs | |
parent | 62f69224a42d547ee8c2d39f78e8923c04b5b18e (diff) | |
download | forums-6e5f33e5fb659350af2a5a3113295b1a91a60ddc.tar forums-6e5f33e5fb659350af2a5a3113295b1a91a60ddc.tar.gz forums-6e5f33e5fb659350af2a5a3113295b1a91a60ddc.tar.bz2 forums-6e5f33e5fb659350af2a5a3113295b1a91a60ddc.tar.xz forums-6e5f33e5fb659350af2a5a3113295b1a91a60ddc.zip |
[ticket/12599] Get the font sizes under control.
PHPBB3-12599
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/assets/css/stylesheet.css | 15 |
1 files 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; |