Skip to content

Instantly share code, notes, and snippets.

@saki
saki / gist:10168
Created September 11, 2008 05:31
undefined
.table {
display: table;
width: 95%;
border-spacing: 2px 2px;
border-color: gray;
border-collapse: collapse;
}
.table-caption {
display: table-caption;