aboutsummaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2016-12-19 16:59:43 +0000
committerSimon McVittie <smcv@debian.org>2016-12-19 18:21:07 +0000
commitcde2cc18624cb877cc9a9f43d7ae75fb1217008b (patch)
tree14ca2c33187489dfe97cbe33f576a3d9bbf06cdc /doc/style.css
parent2a9e9f13f6583ba04bca06750373d462985c5ccb (diff)
downloadikiwiki-cde2cc18624cb877cc9a9f43d7ae75fb1217008b.tar
ikiwiki-cde2cc18624cb877cc9a9f43d7ae75fb1217008b.tar.gz
Restrict CSS matches on .header to not affect <tr>
Pandoc generates <tr class="header"> to hold <th> elements, and we don't want to make those be display: block. Signed-off-by: Simon McVittie <smcv@debian.org>
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css2
1 files changed, 1 insertions, 1 deletions
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;