From 9be7d1490e9be2141e23b1e12b14ad2ccd0ed461 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 9 Apr 2012 16:29:25 +0100 Subject: Allow a bit more space around trails --- doc/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/style.css') diff --git a/doc/style.css b/doc/style.css index 35a133198..198d5d544 100644 --- a/doc/style.css +++ b/doc/style.css @@ -502,6 +502,10 @@ a.openid_large_btn:focus { background: url(ikiwiki/images/pbar-ani.gif); } +.trails { + margin-top: 1em; + margin-bottom: 1em; +} .trail { display: block; clear: both; -- cgit v1.2.3