summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2014-03-31 22:46:58 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2014-03-31 22:46:58 +0200
commitd8b0c45812890670943becd45383f75d57056e52 (patch)
tree055375c12586e9f38f19ce5281f0a2c54de92226 /style.css
parent1fa71087c9d754b687d52059ee88ca82b45ec1eb (diff)
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 <hiltjo@codemadness.org>
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;
+}