summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-03-14 09:15:22 +0200
committerLars Wirzenius <liw@liw.fi>2020-03-14 09:15:22 +0200
commitd52014184dff94d6f1c0cabd1dd841e4e57a0f07 (patch)
tree40a8a305a3a7dfc148194f81a1c09dcc9e6a2cb6
parent23a4f99cf499019ff9191758d618daece6b1f9a5 (diff)
downloadsubplot.liw.fi-d52014184dff94d6f1c0cabd1dd841e4e57a0f07.tar.gz
Fix: table head styling
This undoes the "display: block" style for .header class elements. I think ikiwiki is overloading .header with conflicing meanings, but I can only change how this site deals with it.
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
index b688ba3..60258b4 100644
--- a/style.css
+++ b/style.css
@@ -18,6 +18,10 @@ footer,header,hgroup,menu,nav,section {
display: block;
}
+table thead tr.header {
+ display: table-row;
+}
+
.inlineheader .author {
margin: 0;
font-size: 112%;