diff options
author | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-05-23 16:53:29 +0000 |
---|---|---|
committer | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-05-23 16:53:29 +0000 |
commit | 42cda8751ae6237f4ab9439b1daf6650b3db0f63 (patch) | |
tree | 29ee87b98532490ef1f9d1e46a44e28f4b526965 /views/default/css.php | |
parent | 7a0e5b0db2a2b69ee227a3436f83251764e3233b (diff) | |
download | elgg-42cda8751ae6237f4ab9439b1daf6650b3db0f63.tar.gz elgg-42cda8751ae6237f4ab9439b1daf6650b3db0f63.tar.bz2 |
reverted back to a simple layout for now
git-svn-id: https://code.elgg.org/elgg/trunk@705 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/views/default/css.php b/views/default/css.php index 4f59ab88c..cb626e115 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -189,8 +189,8 @@ div#header h1 a{ }
#mainContent {
- margin:0 380px 0 170px;
- width:380px;
+ margin:0 0 0 160px;
+ width:810px;
min-height: 380px;
padding:0;
border-top:1px solid white;
@@ -443,7 +443,4 @@ a.togglepanel { font-weight: bold;
outline: none;
-moz-outline-style: none;
-}
-
-
-
+}
\ No newline at end of file |