diff options
author | Christopher Baines <mail@cbaines.net> | 2014-06-27 23:24:55 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2014-06-27 23:24:55 +0100 |
commit | 7fd60e2dc67ef9e6bb21ba9f8eb744ec2dedcfa6 (patch) | |
tree | a40649ee30c0f4d522fa9bf7edc428878aad0af7 | |
parent | 5210de5f3915108ffc23f465d65044db587c069e (diff) | |
download | cbaines.net-7fd60e2dc67ef9e6bb21ba9f8eb744ec2dedcfa6.tar cbaines.net-7fd60e2dc67ef9e6bb21ba9f8eb744ec2dedcfa6.tar.gz |
Improve trail styling
-rw-r--r-- | style.css | 21 |
1 files changed, 4 insertions, 17 deletions
@@ -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 { |