summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--local.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/local.css b/local.css
index 9780c48..6847d26 100644
--- a/local.css
+++ b/local.css
@@ -43,7 +43,12 @@ li.L8 { list-style: decimal; }
/* make list of news items look like a list */
+
.newslist p {
display: list-item;
margin-left: 2em;
}
+
+.newslist p:empty {
+ display: none;
+}