From 4a175d2376902c51eceaef2af1c314bad0f56aed Mon Sep 17 00:00:00 2001 From: pete Date: Tue, 17 Jun 2008 14:17:18 +0000 Subject: updated css git-svn-id: https://code.elgg.org/elgg/trunk@949 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'views/default/css.php') 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 { -- cgit v1.2.3