summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-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}