summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css21
1 files changed, 4 insertions, 17 deletions
diff --git a/style.css b/style.css
index 05149a8..40e0f5a 100644
--- a/style.css
+++ b/style.css
@@ -91,7 +91,7 @@ footer,header,hgroup,menu,nav,section {
}
img.img {
- margin: 0.5ex;
+ margin: 2ex;
}
.align-left {
@@ -515,31 +515,18 @@ a.openid_large_btn:focus {
margin-bottom: 1em;
}
.trail {
+ text-align: center;
}
.trailprev {
- display: block;
- text-align: left;
- position: absolute;
- top: 0%;
- left: 3%;
- width: 30%;
+ float: left;
}
.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%;
+ float: right;
}
.trailsep {