From fceff8de9a4a304549e5b4b3094f66071b9912ae Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Thu, 7 Mar 2013 16:03:30 +0100 Subject: [PATCH] smaller titles in text --- prawokultury/static/css/entry.css | 4 ++++ prawokultury/static/css/entry.scss | 6 ++++++ 2 files changed, 10 insertions(+) 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; -- 2.20.1