I'm trying to convert the Azulmedia stylesheet from Styleshout into a template for CMSMS.
When copying the text and css, the wrap / content wrap is not showing properly.
Wrap code:
Code: Select all
#wrap {
background: #212B5C url(bg.jpg) repeat-x 0 0;
margin: 20px auto 0 auto;
text-align: left;
border-color: #444;
border-style: solid;
border-width: 1px 1px 5px 1px;
}
Code: Select all
#content-wrap {
clear: both;
margin: 0; padding: 0;
}
Can anyone tell me what I'm doing wrong?
Regards,
Arjan