From: Radek Czajka Date: Thu, 7 Mar 2013 15:03:30 +0000 (+0100) Subject: smaller titles in text X-Git-Url: https://git.mdrn.pl/prawokultury.git/commitdiff_plain/fceff8de9a4a304549e5b4b3094f66071b9912ae smaller titles in text --- diff --git a/prawokultury/static/css/entry.css b/prawokultury/static/css/entry.css index 79fff9f..9d571e5 100644 --- a/prawokultury/static/css/entry.css +++ b/prawokultury/static/css/entry.css @@ -33,6 +33,10 @@ font-size: 1.3em; } .entry-wrapped .body { font-size: 1.3em; } + .entry-wrapped .lead h2, + .entry-wrapped .body h2 { + font-size: 1em; + font-weight: normal; } .entry-wrapped blockquote { position: relative; left: 1em; diff --git a/prawokultury/static/css/entry.scss b/prawokultury/static/css/entry.scss index 2cc65b1..08460c3 100644 --- a/prawokultury/static/css/entry.scss +++ b/prawokultury/static/css/entry.scss @@ -54,6 +54,12 @@ font-size: 1.3em; } + .lead h2, + .body h2 { + font-size: 1em; + font-weight: normal; + } + blockquote { position:relative; left:1em;