From b553a8d3757712fbd55351069507ab8e3a50ddcd Mon Sep 17 00:00:00 2001 From: pete Date: Thu, 10 Jul 2008 20:23:12 +0000 Subject: two column layout fix git-svn-id: https://code.elgg.org/elgg/trunk@1395 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'views/default/css.php') diff --git a/views/default/css.php b/views/default/css.php index 370c31b87..7166426ba 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -184,13 +184,18 @@ h6 { font-size: 0.8em; } float:right; padding:0px 0px 20px 10px; } -#wrapper_sidebar_right { + +#wrapper_sidebar_right.double_column { margin:0; background: white; - padding:10px; + padding:14px 10px 14px 10px; border-bottom:1px solid #cccccc; border-right:1px solid #cccccc; } + +#wrapper_sidebar_right { + margin:0; +} #layout_sidebar_right_narrow { width:160px; min-height: 260px; -- cgit v1.2.3