summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2014-06-27 23:24:55 +0100
committerChristopher Baines <mail@cbaines.net>2014-06-27 23:24:55 +0100
commit7fd60e2dc67ef9e6bb21ba9f8eb744ec2dedcfa6 (patch)
treea40649ee30c0f4d522fa9bf7edc428878aad0af7
parent5210de5f3915108ffc23f465d65044db587c069e (diff)
downloadcbaines.net-7fd60e2dc67ef9e6bb21ba9f8eb744ec2dedcfa6.tar
cbaines.net-7fd60e2dc67ef9e6bb21ba9f8eb744ec2dedcfa6.tar.gz
Improve trail styling
-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 {