From 1253162e55d3f93d476958907491ef0014777bda Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 12 Mar 2011 20:30:24 +0100 Subject: Improve journal archive table layout and labelling. --- static-files/style/journal.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'static-files') diff --git a/static-files/style/journal.css b/static-files/style/journal.css index 4d35bee..f33e464 100644 --- a/static-files/style/journal.css +++ b/static-files/style/journal.css @@ -190,6 +190,15 @@ table.old-entry-table td { margin: 0 0 0 0; } +table.old-entry-table td.archive-date { + white-space: nowrap; + text-align: right; +} + +table.old-entry-table td.archive-comment-number { + white-space: nowrap; +} + a:link { color: #0c2db2; } -- cgit v1.2.3