# HG changeset patch # User Steve Losh # Date 1257814918 18000 # Node ID aacf3a20efff3e68fa66e61368abfe8c9e65dcca # Parent f3002e91ff73c913fdb4e5f0a23a30536b0a9114 Change the footer styles. diff -r f3002e91ff73 -r aacf3a20efff review/web_media/style.css --- a/review/web_media/style.css Mon Nov 09 19:55:40 2009 -0500 +++ b/review/web_media/style.css Mon Nov 09 20:01:58 2009 -0500 @@ -1,9 +1,12 @@ /* Basic layout and typography. */ body { - background: #fafafa; + background: #999; +} +div#content-wrap { + background-color: #fafafa; } div#main-wrap { - width: 65em; + width: 75em; margin: 0em auto; padding: 3em; } @@ -18,9 +21,11 @@ font-weight: normal; } div#footer { - color: #666; + border-top: 6px solid #666; + color: #fff; text-align: center; font-style: italic; + padding-top: 1.5em; } /* Links. */ @@ -60,8 +65,6 @@ background-color: #ccc; border: 1px solid #c5c5c5; padding: 1em; - width: 75em; - margin-left: -5em; margin-bottom: 1.5em; margin-top: 1.5em; } diff -r f3002e91ff73 -r aacf3a20efff review/web_templates/base.html --- a/review/web_templates/base.html Mon Nov 09 19:55:40 2009 -0500 +++ b/review/web_templates/base.html Mon Nov 09 20:01:58 2009 -0500 @@ -17,11 +17,13 @@

${ basename(rd.target.root) } $:{ title }

-
- $:{ content } -