summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2012-03-30 14:35:05 +0200
committerJonas Smedegaard <dr@jones.dk>2012-03-30 14:35:05 +0200
commit085eb1c5e279bbb9337e7088c8121fbad8914d6f (patch)
treee3da5aa3f17da80e09f2048c0c49fd255ed14a9d /style.css
parent45f48252663c2b4367d1d4f7de51aca2c5c0700f (diff)
parent83b920b5bfb014a7ea14fce9d9757902f7771d28 (diff)
Merge branch 'ikiwiki' into da
Conflicts (resolved manually): shortcuts.mdwn templates.mdwn
Diffstat (limited to 'style.css')
-rw-r--r--style.css35
1 files changed, 35 insertions, 0 deletions
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;
+}