diff options
author | Joey Hess <joey@kitenet.net> | 2012-03-18 14:22:28 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-03-18 14:22:28 -0400 |
commit | a812692a50de69215a8267c7b0b1d7bf62bdfa32 (patch) | |
tree | a144f84091f4a0c9f8fe7c02b1fdd36c86d4b01f /doc/style.css | |
parent | 9c8262c6637773891871c24862874fcdbef9c651 (diff) | |
parent | 24168b993e65994d2996d02bfaa36fb80bb65ca7 (diff) | |
download | ikiwiki-a812692a50de69215a8267c7b0b1d7bf62bdfa32.tar ikiwiki-a812692a50de69215a8267c7b0b1d7bf62bdfa32.tar.gz |
changelog
Diffstat (limited to 'doc/style.css')
-rw-r--r-- | doc/style.css | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/style.css b/doc/style.css index 7bbfe5d2a..35a133198 100644 --- a/doc/style.css +++ b/doc/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; +} |