From 31b7d2c7e4c44ce6dfea78288495c259241bb675 Mon Sep 17 00:00:00 2001 From: hukl Date: Tue, 3 Apr 2012 21:29:41 +0200 Subject: pull footer out of wrapper --- app/views/layouts/application.html.erb | 14 +++++++------- public/stylesheets/ccc.css | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 2b66dbb..627aa14 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -36,8 +36,14 @@
<%= yield :layout %> +
+
+ <%= tags %> + <%= featured_articles %> +
+ - -
- <%= tags %> - <%= featured_articles %> -
- \ No newline at end of file diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index 19cb662..fcb45d6 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css @@ -23,6 +23,7 @@ div#wrapper { width: 909px; margin-left: 90px; text-align: left; + min-height: 600px; } pre { @@ -260,7 +261,6 @@ div#footer { position: relative; width: 1024px; height: 240px; - margin-left: -304px; background-image: url(/images/footer.png); background-repeat: no-repeat; } -- cgit v1.3