Data Table
Another snippet of what I'm working on at Pure Charity.
In-browser screenshot of data table stylin'. CSS3 = No images.
Also, hat-tip to Twitter Bootstrap, for causing me to ponder "How'd they do that?" for rounding corners on a table.
Turns out, the magic-sauce is...
.table-class-here {
border-collapse: separate;
}
...that allows tables and table-cells to be able to be rounded via border-radius. Woot.
More by Nathan Smith View profile
Like