X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ba233a49e66a99626ca2a2f19d804e1bdd130977..76849e4b3dcc3305edbe86b794b04a0bf4a8467c:/apps/wolnelektury_core/static/css/base.css diff --git a/apps/wolnelektury_core/static/css/base.css b/apps/wolnelektury_core/static/css/base.css index 5c29ef046..a8c458d00 100755 --- a/apps/wolnelektury_core/static/css/base.css +++ b/apps/wolnelektury_core/static/css/base.css @@ -58,11 +58,19 @@ ul.plain { } h2 { + font-size: 2em; + font-weight: normal; +} + +h2.plain { margin: 0; font-size: 1em; - font-weight: normal; } +h3 { + font-size: 1.5em; + font-weight: normal; +} .mono { font-family: "Andale Mono", "Lucida Sans Typewriter", "Courier New"; @@ -174,3 +182,7 @@ h2 { margin-top: 2.2em; margin-bottom: 1.6em; } + +.simple-hidden-initially { + display: none; +}