From: Joey Hess <joey@kitenet.net>
Date: Mon, 15 Oct 2012 17:53:43 +0000 (-0400)
Subject: Add back a 1em margin between archivepage divs.
X-Git-Tag: 3.20121016~4
X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/bad3c0089a7fcb1bb72784908b2c095282db1c01

Add back a 1em margin between archivepage divs.

This was lost in commit 954e2e4ef1952fc30dca260b76d7d51e1d05b8b9
---

diff --git a/debian/changelog b/debian/changelog
index 842eb6806..b87d6f9eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ ikiwiki (3.20120726) UNRELEASED; urgency=low
     page for a configurable number of seconds, which then redirects to retry.
     To enable this protection, set cgi_overload_delay to the number of
     seconds to wait. This is not enabled by default.
+  * Add back a 1em margin between archivepage divs.
 
  -- Joey Hess <joeyh@debian.org>  Thu, 30 Aug 2012 11:56:12 -0400
 
diff --git a/doc/style.css b/doc/style.css
index 5fb410032..424d43816 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -205,6 +205,9 @@ div.recentchanges {
 .archivepagedate {
 	font-style: italic;
 }
+.archivepage {
+	margin-bottom: 1em;
+}
 
 .error {
 	color: #C00;