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