# HG changeset patch # User Steve Losh # Date 1258079923 18000 # Node ID bdd5e288c7e000d4ffd4d91aa5ed6ea4efe139d3 # Parent bb9f90fa265d01530ab503830ec495d0ed32b403 Move the footer all the way to the right -- it looks weird partially padded. diff -r bb9f90fa265d -r bdd5e288c7e0 static/css/styles.css --- 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; }