diff options
Diffstat (limited to 'static-files/style')
-rw-r--r-- | static-files/style/journal.css | 9 |
1 files changed, 9 insertions, 0 deletions
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; } |