diff options
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/style.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/static/css/style.css b/static/css/style.css index caa829d..26973a7 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -31,12 +31,16 @@ h2 { font-size: 23px; } +h3 { + font-size: 18px; +} + p, ul, ol { text-align: justify; line-height: 20px; } -p + h2,h3,h4 { +p + h2, p + h3 { margin-top: 1.5em; } @@ -192,7 +196,7 @@ img.right { padding-bottom: 5px; } -.content h2,h3,h4 { +.content h2, .content h3 { margin-bottom: 0.5em; } @@ -210,7 +214,7 @@ img.right { margin: 0.5em 0.5em 2em 0.5em; } -.box h2 { +.box h2, .box h3 { margin-bottom: 15px; font-size: 16px; color: #FFFFFF; |