summaryrefslogtreecommitdiff
path: root/css/style.css
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2012-10-02 14:19:33 +0000
committerhallgren <hallgren@chalmers.se>2012-10-02 14:19:33 +0000
commit92acb3691b5f19da54b0e4b7e05f3b6797133ada (patch)
tree821019609dd632cbf829a68140fa5cf07f2c5d07 /css/style.css
parent38f899350a74a404b7e987fec56ffcdde2054197 (diff)
index.html: better news formatting
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index 0c11c6a40..d450af107 100644
--- a/css/style.css
+++ b/css/style.css
@@ -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; }