I'm trying to update my theme to include the date to the left of a post in larger letters. I've gotten everything looking perfect in firefox. I was wondering if anyone could give me a tip on what would need to be changed for the layout to look right. My blog is here. Here is a the CSS for the date elements
.post_date {
float: left;
height: 48px;
width: 50px;
}
.date_post {
float: left;
width: 50px;
text-align: center;
color: #2C4353;
font-size: 16px;
font-weight: 400;
padding-top: 5px;
padding-left: 2px;
}
.month_post {
float: left;
width: 48px;
font-size: 14px;
color: #2C4353;
text-align: center;
padding-left: 5px;
}
Please let me know if there is anything anyone can help me with. I also know the my site doesn't validate I'm currently working on that. It has to do with my digg plugin. Thanks