From c48431c025fd50f269b75622489da8727f13fc4b Mon Sep 17 00:00:00 2001 From: ValessioBrito Date: Mon, 15 Oct 2007 18:49:00 +0000 Subject: [PATCH] ActionItem110: Bug Fix, footer_content --- public/designs/templates/default/stylesheets/style.css | 4 ++++ public/designs/templates/leftbar/stylesheets/style.css | 5 +++++ public/stylesheets/menu.css | 1 - 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/public/designs/templates/default/stylesheets/style.css b/public/designs/templates/default/stylesheets/style.css index f80fcad..7f49faa 100644 --- a/public/designs/templates/default/stylesheets/style.css +++ b/public/designs/templates/default/stylesheets/style.css @@ -47,6 +47,10 @@ height: 135px; top: 200px; } +#footer_content { +clear: both; +} + #footer { clear: both; text-align: center; diff --git a/public/designs/templates/leftbar/stylesheets/style.css b/public/designs/templates/leftbar/stylesheets/style.css index 5c27b28..532fabb 100644 --- a/public/designs/templates/leftbar/stylesheets/style.css +++ b/public/designs/templates/leftbar/stylesheets/style.css @@ -43,6 +43,11 @@ margin-left: 205px; top: 200px; } + +#footer_content { +clear: both; +} + #footer { margin: 0px; padding: 5px; diff --git a/public/stylesheets/menu.css b/public/stylesheets/menu.css index 4c4502b..5eb6aa7 100644 --- a/public/stylesheets/menu.css +++ b/public/stylesheets/menu.css @@ -141,7 +141,6 @@ border: 1px inset #dfdfdf; margin-top: 55px; } - /* Path Category */ #path_category { -- libgit2 0.21.2