index.html: better news formatting

This commit is contained in:
hallgren
2012-10-02 14:19:33 +00:00
parent 38f899350a
commit 92acb3691b
2 changed files with 23 additions and 18 deletions

View File

@@ -13,6 +13,12 @@ div.news { font-size: small; }
table { border-collapse: collapse; }
table.news td {
background: inherit;
border: 0;
vertical-align: baseline;
padding: 0.25ex 0.5ex;
}
th,td { border: 1px solid #333; }