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 +++ public/stylesheets/ccc.css | 8 ++++++++ 2 files changed, 11 insertions(+) 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 +

diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index 02690e8..bd6001d 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css @@ -257,9 +257,17 @@ div#search input[type=text] { } div#footer { + position: relative; width: 1024px; height: 240px; margin-left: -304px; background-image: url(/images/footer.png); background-repeat: no-repeat; +} + +p#quote { + position: absolute; + left: 320px; + top: 90px; + width: 465px; } \ No newline at end of file -- cgit v1.3