fixed sidebar spacing

This commit is contained in:
Anand Doshi 2012-02-24 19:20:08 +05:30
parent dca91d8f1b
commit 980d4dab3f
2 changed files with 3 additions and 3 deletions

View file

@ -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;

View file

@ -30,4 +30,4 @@ div.psidebar div.section-item {
div.psidebar div.section-item, div.psidebar .section-link {
font-size: 11px;
color: #666;
}
}