Green-Dream 1.3
Saturday, June 6, 2009 22:15In this release I fixed the problem of imporperly formated tables by addinig the following to my style.css code:
/********* CSS for Tables ************************/
table {
font: 12px, “Trebuchet MS”, arial;
width: 320px;
}th {
padding: 0 0.5em;
text-align: left;
}td {
font-size: 12px;
line-height: 1.5em;
border-bottom: 0px;
padding: 0 0.5em;
}td.width {
width: 200px;
}td.adjacent {
border-left: 0px;
text-align: center;
}
If you like how the rest of my CSS is set up in my old theme, you can just copy this piece of code and paste it into your current CSS file. I put it right before the “CSS For Article CONTENT” section.
I have also updated my font size, as I felt it would make it more legible, from 11px to 12px for the pages, post content, and about section. In some cases (ie: blockquote formatting) I increased the font size by 1px as well to 13px to try and keep some unison. I have also updated the information at the top of the file, to correctly reflect what I have done.
Download green-dream 1.3.