diff options
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 9 |
1 files changed, 7 insertions, 2 deletions
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; |