From d8b0c45812890670943becd45383f75d57056e52 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Mon, 31 Mar 2014 22:46:58 +0200 Subject: new version lots of things changed, but cleanup todo. changelog and consistent stream of small updates will come in the future. Signed-off-by: Hiltjo Posthuma --- style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 178dc7a..e686cd1 100644 --- a/style.css +++ b/style.css @@ -69,3 +69,14 @@ body.frame .content { font-family: sans; font-size: medium; } +/* show only new when body has newonly class */ +body.newonly tr, +body.newonly li { + display: none; +} +body.newonly li.n { + display: list-item; +} +body.newonly tr.n { + display: table-row; +} -- cgit v1.2.3