Mercurial > hg-website
changeset 320:bdd5e288c7e0
Move the footer all the way to the right -- it looks weird partially padded.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Thu, 12 Nov 2009 21:38:43 -0500 |
parents | bb9f90fa265d |
children | a067114a16e2 |
files | static/css/styles.css |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/static/css/styles.css Thu Nov 12 21:29:39 2009 -0500 +++ b/static/css/styles.css Thu Nov 12 21:38:43 2009 -0500 @@ -139,7 +139,7 @@ /* * Footer */ -#footer { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: .6428em; display: inline-block; overflow: hidden; text-align: right; padding: 10px 25px; } +#footer { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: .6428em; display: inline-block; overflow: hidden; text-align: right; padding: 10px 0; } #footer { display: block; } #footer div { float: left; } #footer a { text-decoration: none; }