From 83b920b5bfb014a7ea14fce9d9757902f7771d28 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 30 Mar 2012 14:22:06 +0200 Subject: Sync with ikiwiki 3.20120203. --- style.css | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 7bbfe5d..35a1331 100644 --- a/style.css +++ b/style.css @@ -501,3 +501,38 @@ a.openid_large_btn:focus { .fileupload-content .ui-progressbar-value { background: url(ikiwiki/images/pbar-ani.gif); } + +.trail { + display: block; + clear: both; + position: relative; +} + +.trailprev { + display: block; + text-align: left; + position: absolute; + top: 0%; + left: 3%; + width: 30%; +} + +.trailup { + display: block; + text-align: center; + margin-left: 35%; + margin-right: 35%; +} + +.trailnext { + display: block; + text-align: right; + position: absolute; + top: 0%; + width: 30%; + right: 3%; +} + +.trailsep { + display: none; +} -- cgit v1.2.3