From ecda398f5abf4da3515d5cae429f7e38904b03cb Mon Sep 17 00:00:00 2001 From: Andrea Franz Date: Sun, 15 Feb 2009 14:04:20 +0100 Subject: [PATCH] moved footer inside #main --- index.html | 13 ++++++------- stylesheets/base.css | 2 +- stylesheets/themes/default/style.css | 1 - 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index b73fffc..dd28d61 100644 --- a/index.html +++ b/index.html @@ -317,7 +317,11 @@

Lists

- +
- - +

Web App Theme

diff --git a/stylesheets/base.css b/stylesheets/base.css index 0c9b469..2916ce2 100644 --- a/stylesheets/base.css +++ b/stylesheets/base.css @@ -18,7 +18,7 @@ body { min-width: 960px; } -#header, #wrapper, #footer { +#header, #wrapper { padding: 0 20px; } diff --git a/stylesheets/themes/default/style.css b/stylesheets/themes/default/style.css index 8d40484..e7a5ee1 100644 --- a/stylesheets/themes/default/style.css +++ b/stylesheets/themes/default/style.css @@ -125,7 +125,6 @@ hr { #footer .block { color: #FFF; background: #262626; - width: 70%; } #footer .block p {