summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index d450af107..5137e8159 100644
--- a/css/style.css
+++ b/css/style.css
@@ -20,6 +20,11 @@ table.news td {
padding: 0.25ex 0.5ex;
}
+table.news td:nth-child(1) {
+ /* Don't want the hyphens in dates (2012-06-29) to cause line breaks */
+ white-space: nowrap;
+}
+
th,td { border: 1px solid #333; }
td { background: white; }