From 980d4dab3f72d1bcb1bf66a3cee2824be54e2629 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Fri, 24 Feb 2012 19:20:08 +0530 Subject: [PATCH] fixed sidebar spacing --- css/legacy/body.css | 4 ++-- css/legacy/sidebar.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/legacy/body.css b/css/legacy/body.css index 42ef162d54..b2fc575dc4 100644 --- a/css/legacy/body.css +++ b/css/legacy/body.css @@ -178,7 +178,7 @@ div.std-footer-item { } .layout-main-section { - width: 70%; + width: 71%; float: left; padding: 15px; background-color: #FFF; @@ -187,7 +187,7 @@ div.std-footer-item { .layout-side-section { width: 22%; - float: right; + /*float: right;*/ color: #606060; overflow-x: hidden; padding: 15px; diff --git a/css/legacy/sidebar.css b/css/legacy/sidebar.css index a6f3b46fd4..f665c77ac4 100644 --- a/css/legacy/sidebar.css +++ b/css/legacy/sidebar.css @@ -30,4 +30,4 @@ div.psidebar div.section-item { div.psidebar div.section-item, div.psidebar .section-link { font-size: 11px; color: #666; -} \ No newline at end of file +}