From e3ceffa0a53c9e85739a1fd376d30e575a35f302 Mon Sep 17 00:00:00 2001 From: hukl Date: Tue, 3 Apr 2012 21:12:20 +0200 Subject: added quote --- app/views/layouts/application.html.erb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app') diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 3c95d75..8965922 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -43,6 +43,9 @@

<%= link_to t(:sponsors), content_path("sponsors") %>

+

+ »They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.« Benjamin Franklin +

-- cgit v1.3 From 2ad84e755aeafe10148df06e11a77470089c3cf7 Mon Sep 17 00:00:00 2001 From: hukl Date: Tue, 3 Apr 2012 21:17:43 +0200 Subject: make quote italic --- app/views/layouts/application.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 8965922..a7e831a 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -44,7 +44,7 @@ <%= link_to t(:sponsors), content_path("sponsors") %>

- »They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.« Benjamin Franklin + »They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.« Benjamin Franklin

-- cgit v1.3 From c6b51a960390737e8f9eaf942edabd25639ddf89 Mon Sep 17 00:00:00 2001 From: hukl Date: Tue, 3 Apr 2012 21:20:21 +0200 Subject: franklin on a sepatate line --- app/views/layouts/application.html.erb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app') diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index a7e831a..2b66dbb 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -44,7 +44,9 @@ <%= link_to t(:sponsors), content_path("sponsors") %>

- »They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.« Benjamin Franklin + »They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.« +
+ Benjamin Franklin

-- cgit v1.3 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(-) (limited to 'app') 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