summaryrefslogtreecommitdiff
path: root/public/stylesheets
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2012-04-03 21:29:41 +0200
committerhukl <contact@smyck.org>2012-04-03 21:29:41 +0200
commit31b7d2c7e4c44ce6dfea78288495c259241bb675 (patch)
tree792b6f453087ba591976f1913973c91ae18a9108 /public/stylesheets
parent45a7fc4e531c5f42bcc6fd883d260242601b37fa (diff)
pull footer out of wrapper
Diffstat (limited to 'public/stylesheets')
-rw-r--r--public/stylesheets/ccc.css2
1 files changed, 1 insertions, 1 deletions
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 {
23 width: 909px; 23 width: 909px;
24 margin-left: 90px; 24 margin-left: 90px;
25 text-align: left; 25 text-align: left;
26 min-height: 600px;
26} 27}
27 28
28pre { 29pre {
@@ -260,7 +261,6 @@ div#footer {
260 position: relative; 261 position: relative;
261 width: 1024px; 262 width: 1024px;
262 height: 240px; 263 height: 240px;
263 margin-left: -304px;
264 background-image: url(/images/footer.png); 264 background-image: url(/images/footer.png);
265 background-repeat: no-repeat; 265 background-repeat: no-repeat;
266} 266}