From cde2cc18624cb877cc9a9f43d7ae75fb1217008b Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 19 Dec 2016 16:59:43 +0000 Subject: Restrict CSS matches on .header to not affect Pandoc generates to hold elements, and we don't want to make those be display: block. Signed-off-by: Simon McVittie --- themes/actiontabs/style.css | 2 +- themes/monochrome/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'themes') diff --git a/themes/actiontabs/style.css b/themes/actiontabs/style.css index 67720e285..16e3d984e 100644 --- a/themes/actiontabs/style.css +++ b/themes/actiontabs/style.css @@ -51,7 +51,7 @@ body { font-size: 120%; } -.header { +div.header, header.header { font-weight: normal; } diff --git a/themes/monochrome/style.css b/themes/monochrome/style.css index e85f8abb5..aa2ee9445 100644 --- a/themes/monochrome/style.css +++ b/themes/monochrome/style.css @@ -19,7 +19,7 @@ body { font-family: 'Lato', sans-serif; } -.header { +div.header, header.header { margin-bottom: 0.5em; } .pageheader .actions ul { -- cgit v1.2.3