Posts Tagged ‘press’
Green-Dream 1.3
Saturday, June 6, 2009 22:15 No CommentsIn 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 [...]
Green-Dream 1.2
Friday, May 29, 2009 23:24 No CommentsAs I progress through my blog and use different features I find things that I didn’t quite update correctly, hence the subsequent releases of Green Dream. The latest version is 1.2 which fixes how lists (ordered and unordered) within posts were showing up in a substantially different format from the rest of the text in the post.
Download [...]