From e3ceffa0a53c9e85739a1fd376d30e575a35f302 Mon Sep 17 00:00:00 2001 From: hukl Date: Tue, 3 Apr 2012 21:12:20 +0200 Subject: added quote --- public/stylesheets/ccc.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'public') 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