From bad3c0089a7fcb1bb72784908b2c095282db1c01 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 15 Oct 2012 13:53:43 -0400 Subject: Add back a 1em margin between archivepage divs. This was lost in commit 954e2e4ef1952fc30dca260b76d7d51e1d05b8b9 --- doc/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/style.css') 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; -- cgit v1.2.3