aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-05-26 20:05:53 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-05-26 20:05:53 +0000
commit0ff9f9a00f97fd88fa7794adca3ff7b204fd2c5d (patch)
tree8ac59db062318ea4aed51d40a1caa99447506164
parent7590eaa22195821f6cac0177acededcf26284227 (diff)
downloadelgg-0ff9f9a00f97fd88fa7794adca3ff7b204fd2c5d.tar.gz
elgg-0ff9f9a00f97fd88fa7794adca3ff7b204fd2c5d.tar.bz2
new fixed width
git-svn-id: https://code.elgg.org/elgg/trunk@719 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r--views/default/css.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/views/default/css.php b/views/default/css.php
index c7a537053..7f8c6ef51 100644
--- a/views/default/css.php
+++ b/views/default/css.php
@@ -75,8 +75,8 @@ small {
/* CONTAINER: WRAPS THE HEADER AND MAIN CONTENT AREA BELOW THE USER TOOLBAR */
div#container {
- width:925px;
- padding:0 40px 0 40px;
+ width:998px;
+ margin:0 auto;
background: url(<?php echo $vars['url']; ?>/_graphics/pagebackground.jpg) no-repeat center top;
min-height: 600px;
}
@@ -178,8 +178,8 @@ div#footer {
position: relative;
font-size:1em;
height:40px;
- width:925px;
- margin:20px 40px 20px 40px;
+ width:998px;
+ margin:0 auto;
font-weight:bold;
background: #ffffff;
}