diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-10-18 15:18:06 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2013-10-18 15:18:06 -0700 |
commit | 794de015acd0328cf71ca925c9c7be8a86079fb5 (patch) | |
tree | ab4765405175bf568ef40bd4a9eb012eb0073e3b /web/style.css | |
parent | d85a261b9c29ef6362167e54fe1977b1c0451fdf (diff) |
Improving closing videos20131018a
Diffstat (limited to 'web/style.css')
-rw-r--r-- | web/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/style.css b/web/style.css index 637dae3..548fea9 100644 --- a/web/style.css +++ b/web/style.css @@ -378,7 +378,8 @@ footer a:hover { text-align: right; position: relative; top: 50px; - right: 50px; + width: 900px; + margin: 0 auto 0 auto; } #previous, #next { |