aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--views/default/css.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/views/default/css.php b/views/default/css.php
index c27ec5da2..c7a537053 100644
--- a/views/default/css.php
+++ b/views/default/css.php
@@ -75,7 +75,7 @@ small {
/* CONTAINER: WRAPS THE HEADER AND MAIN CONTENT AREA BELOW THE USER TOOLBAR */
div#container {
- /* width:90%; */
+ width:925px;
padding:0 40px 0 40px;
background: url(<?php echo $vars['url']; ?>/_graphics/pagebackground.jpg) no-repeat center top;
min-height: 600px;
@@ -178,6 +178,7 @@ div#footer {
position: relative;
font-size:1em;
height:40px;
+ width:925px;
margin:20px 40px 20px 40px;
font-weight:bold;
background: #ffffff;