Re: Help with News Summary CSS <hr>
Posted: Wed Jun 11, 2008 6:51 pm
Actually you have no hr in the news summary template...
14th Street Bridge Project in Midtown: View It On Line
06/08/2008
The AJC speaks with CEE Assistant Professor Jochen Teizer about tracking the dismantling of the 14th Street Bridge. [More]
[More]
-->
It's a border on the bottom of the newssummary div...
.NewsSummary {
padding: 0.5em 0.5em 1em; /* padding for the news article summary */
margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
font-family: helvetica, verdana, geneva, arial, sans-serif;
font-size: 12px;
border-bottom: 1px solid #ccc;
}
You could put a clear div in the bottom of your NewsSummary div...
14th Street Bridge Project in Midtown: View It On Line
06/08/2008
The AJC speaks with CEE Assistant Professor Jochen Teizer about tracking the dismantling of the 14th Street Bridge. [More]
[More]
-->
It's a border on the bottom of the newssummary div...
.NewsSummary {
padding: 0.5em 0.5em 1em; /* padding for the news article summary */
margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
font-family: helvetica, verdana, geneva, arial, sans-serif;
font-size: 12px;
border-bottom: 1px solid #ccc;
}
You could put a clear div in the bottom of your NewsSummary div...