diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-05-26 19:25:53 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-05-26 19:25:53 +0000 |
commit | 7590eaa22195821f6cac0177acededcf26284227 (patch) | |
tree | 846c4064ab12e633c335d3615e7c5f76209c3e2d /views/default/css.php | |
parent | 0f4bd169cbb0d4db004d0ab28f8809bd2f3d26ec (diff) | |
download | elgg-7590eaa22195821f6cac0177acededcf26284227.tar.gz elgg-7590eaa22195821f6cac0177acededcf26284227.tar.bz2 |
fixed width page
git-svn-id: https://code.elgg.org/elgg/trunk@718 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 3 |
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;
|