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 --- doc/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/style.css') diff --git a/doc/style.css b/doc/style.css index f0846c0d6..8c16e7a2f 100644 --- a/doc/style.css +++ b/doc/style.css @@ -10,7 +10,7 @@ footer,header,hgroup,menu,nav,section { display: block; } -.header { +div.header, header.header { margin: 0; font-size: 140%; font-weight: bold; -- cgit v1.2.3