Hello
#sidebar-wrapper {
margin-right: 1%;
width: 20%;
float: left;
background-color: $mainBgColor;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
}
#main-wrapper {
margin-left: 1%;
width: 50%;
float: left;
background-color: $mainBgColor;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
}
#sidebar-wrapper2 {
margin-right: 1%;
width: 20%;
float: right;
background-color: $mainBgColor;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
}
No comments:
Post a Comment