diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-17 14:17:18 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-17 14:17:18 +0000 |
commit | 4a175d2376902c51eceaef2af1c314bad0f56aed (patch) | |
tree | a2961909fef001884858cc7484bcfdf9255d72ae /views/default/css.php | |
parent | 09ca87df41a5d77446b9dc1da04f2d604bcff3ce (diff) | |
download | elgg-4a175d2376902c51eceaef2af1c314bad0f56aed.tar.gz elgg-4a175d2376902c51eceaef2af1c314bad0f56aed.tar.bz2 |
updated css
git-svn-id: https://code.elgg.org/elgg/trunk@949 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/views/default/css.php b/views/default/css.php index 865d14336..d81e9d379 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -91,7 +91,7 @@ a:hover { text-decoration: underline; } p { - margin: 0px 0px 15px; + margin: 0px 0px 15px 0; } img { border: none; @@ -184,10 +184,11 @@ h6 { font-size: 0.8em; } } #layout_maincontent { - padding:0px 0 20px 20px; + padding:0px 10px 20px 20px; } #wrapper_maincontent { margin:0; + /* width:785px;*/ } /* subclass for layout_maincontent when showing rhs sidebar */ .has_sidebar_right { |