Thursday, August 2, 2007

Main Widget

This bit of code seems to include the line at the bottom of the blog. Need to find out the options for: border-bottom:. Comparison of code for this blog and my main blog.








#main .widget {
padding-bottom:10px;
margin-bottom:20px;
border-bottom:dotted 1px $bordercolor;
clear: both;
}

#main {
float:left;
padding-bottom:0px;
padding:0px;
width:71%;
font: $bodyFont;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}
.sidebar h2 {
font-weight:bold;
font-size: 150%;
color: $sidebarTitleColor;
}

No comments: