From cac92b8dc7224979b888f35a81b2162ab7c7701e Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 11 Aug 2014 12:45:31 +0100 Subject: [PATCH] Get rid of the p:last-of-type rule. It's too unpredictable. --- doc/mkws-doc.css | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/doc/mkws-doc.css b/doc/mkws-doc.css index 603999a..0eb4a34 100644 --- a/doc/mkws-doc.css +++ b/doc/mkws-doc.css @@ -69,13 +69,3 @@ table tr:nth-child(odd) { table tr:nth-child(even) { background: #bfdcf8; } - -/* - * Works with the HTML emitted by pandoc. It would better if pandoc - * were to emit class names that we can use. But it doesn't. - */ -body > p:last-of-type { - font-size: small; - max-width: none; - text-align: right; -} -- 1.7.10.4