From a15e34dbc4dd0a974172619095d74c321f0e3812 Mon Sep 17 00:00:00 2001 From: hukl Date: Tue, 3 Apr 2012 20:57:09 +0200 Subject: added footer image --- public/images/footer.png | Bin 0 -> 6566 bytes public/stylesheets/ccc.css | 10 +++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 public/images/footer.png diff --git a/public/images/footer.png b/public/images/footer.png new file mode 100644 index 0000000..dab5f8d Binary files /dev/null and b/public/images/footer.png differ diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index c58e3ae..02690e8 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css @@ -194,7 +194,7 @@ div#center_column { width: 460px; padding-left: 15px; padding-right: 15px; - padding-bottom: 40px; + padding-bottom: 0px; } div#right_column { @@ -254,4 +254,12 @@ div#search input[type=text] { padding-right: 5px; margin-right: 5px; background-position: top top; +} + +div#footer { + width: 1024px; + height: 240px; + margin-left: -304px; + background-image: url(/images/footer.png); + background-repeat: no-repeat; } \ No newline at end of file -- cgit v1.3