summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-06-09 07:03:34 +0300
committerLars Wirzenius <liw@liw.fi>2021-06-09 07:35:54 +0300
commitc2980fbc069373c83f5692b5ea4ea69eadda38e6 (patch)
tree4a66a2934181f7e278ca538147ed14ae2b01182a
parent584e728e62bd37933800cb2f746cfdea1f7791b1 (diff)
downloadsubplot.liw.fi-c2980fbc069373c83f5692b5ea4ea69eadda38e6.tar.gz
make the "latest from project" to be a denser list
Sponsored-by: author
-rw-r--r--index.mdwn16
-rw-r--r--local.css2
2 files changed, 10 insertions, 8 deletions
diff --git a/index.mdwn b/index.mdwn
index f4a93c4..13c1574 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -10,14 +10,6 @@
alt="Subplot alpha logo"]]
-## Latest from the project
-
-<div class="newslist">
-[[!inline pages="page(blog/*)"
- limit=5 template=titlepage archive=yes trail=no feeds=no]]
-</div>
-
-
## When all stakeholders really need to understand acceptance criteria
Capture and communicate acceptance criteria for software and systems,
@@ -33,6 +25,14 @@ criteria.
Subplot is currently in its ALPHA stage.
+## Latest from the project
+
+<div class="newslist">
+[[!inline pages="page(blog/*)"
+ limit=5 template=titlepage archive=yes trail=no feeds=no]]
+</div>
+
+
## Participate
Subplot is a community project: it is developed by some people who
diff --git a/local.css b/local.css
index 88c5293..8296135 100644
--- a/local.css
+++ b/local.css
@@ -48,6 +48,8 @@ li.L8 { list-style: decimal; }
.newslist p {
display: list-item;
margin-left: 2em;
+ margin-top: 0;
+ margin-bottom: 0;
}
.newslist p:empty {