Add back a 1em margin between archivepage divs.

This was lost in commit 954e2e4ef1
master
Joey Hess 2012-10-15 13:53:43 -04:00
parent c7b45548e7
commit bad3c0089a
2 changed files with 4 additions and 0 deletions

1
debian/changelog vendored
View File

@ -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

View File

@ -205,6 +205,9 @@ div.recentchanges {
.archivepagedate {
font-style: italic;
}
.archivepage {
margin-bottom: 1em;
}
.error {
color: #C00;