From 81e01ecf5d97072f88a68748a741e9a810551030 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 4 Aug 2012 12:05:31 +0200 Subject: Sync with ikiwiki 3.20120419. --- style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 35a1331..6e2afce 100644 --- a/style.css +++ b/style.css @@ -275,6 +275,7 @@ div.progress-done { @media print { .actions { display: none; } .tags { display: none; } + .trails { display: none; } .feedbutton { display: none; } #searchform { display: none; } .blogform, #blogform { display: none; } @@ -502,6 +503,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