summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.mdwn2
-rw-r--r--local.css6
2 files changed, 8 insertions, 0 deletions
diff --git a/index.mdwn b/index.mdwn
index 584a711..870c985 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -19,5 +19,7 @@ of all your CI worries, **please join and help** make that happen.
Latest news from the project:
+<div class="newslist">
[[!inline pages="page(blog/*) and tagged(news)"
limit=5 template=titlepage archive=yes trail=no feeds=no]]
+</div>
diff --git a/local.css b/local.css
index 5820aaf..2ac136a 100644
--- a/local.css
+++ b/local.css
@@ -40,3 +40,9 @@ li.L5 { list-style: decimal; }
li.L6 { list-style: decimal; }
li.L7 { list-style: decimal; }
li.L8 { list-style: decimal; }
+
+
+/* make list of news items look like a list */
+.newslist p {
+ display: list-item;
+}