Posts Tagged ‘list’
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 [...]