aboutsummaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2012-10-15 13:53:43 -0400
committerJoey Hess <joey@kitenet.net>2012-10-15 13:53:43 -0400
commitbad3c0089a7fcb1bb72784908b2c095282db1c01 (patch)
treef81fa8006395e7fb83d8dc86afd9217bed7bc534 /doc/style.css
parentc7b45548e76fc5db122f144a48a87cbc0fcf828b (diff)
downloadikiwiki-bad3c0089a7fcb1bb72784908b2c095282db1c01.tar
ikiwiki-bad3c0089a7fcb1bb72784908b2c095282db1c01.tar.gz
Add back a 1em margin between archivepage divs.
This was lost in commit 954e2e4ef1952fc30dca260b76d7d51e1d05b8b9
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css3
1 files changed, 3 insertions, 0 deletions
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;