summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css11
1 files changed, 11 insertions, 0 deletions
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;
+}