summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/images/footer.pngbin0 -> 6566 bytes
-rw-r--r--public/stylesheets/ccc.css10
2 files changed, 9 insertions, 1 deletions
diff --git a/public/images/footer.png b/public/images/footer.png
new file mode 100644
index 0000000..dab5f8d
--- /dev/null
+++ b/public/images/footer.png
Binary files 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 {
194 width: 460px; 194 width: 460px;
195 padding-left: 15px; 195 padding-left: 15px;
196 padding-right: 15px; 196 padding-right: 15px;
197 padding-bottom: 40px; 197 padding-bottom: 0px;
198} 198}
199 199
200div#right_column { 200div#right_column {
@@ -254,4 +254,12 @@ div#search input[type=text] {
254 padding-right: 5px; 254 padding-right: 5px;
255 margin-right: 5px; 255 margin-right: 5px;
256 background-position: top top; 256 background-position: top top;
257}
258
259div#footer {
260 width: 1024px;
261 height: 240px;
262 margin-left: -304px;
263 background-image: url(/images/footer.png);
264 background-repeat: no-repeat;
257} \ No newline at end of file 265} \ No newline at end of file