fixes to website module and fixed rename and double column bugs

This commit is contained in:
Rushabh Mehta
2012-04-25 18:24:44 +05:30
parent e848300958
commit dcfdfc317c
12 changed files with 128 additions and 81 deletions

View File

@@ -1923,9 +1923,9 @@ div.std-footer-item {
}
.layout_wrapper, .layout-wrapper {
-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 9px rgba(0,0,0,0.5);
-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.5);
box-shadow: 0px 0px 9px rgba(0,0,0,0.5);
background-color: #fff;
padding: 15px;
-webkit-border-radius: 5px;
@@ -1945,7 +1945,8 @@ div.std-footer-item {
}
.layout-main {
padding: 15px;
padding: 15px;
background-color: #fff;
}
.layout-main-section {