From: Mike Taylor Date: Mon, 11 Aug 2014 11:45:31 +0000 (+0100) Subject: Get rid of the p:last-of-type rule. It's too unpredictable. X-Git-Tag: 1.0.0~39^2~7^2~4^2~37 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=cac92b8dc7224979b888f35a81b2162ab7c7701e Get rid of the p:last-of-type rule. It's too unpredictable. --- 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; -}