From f4124b2e828d340e01c686419b95cbf89a34151b Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Thu, 11 Dec 2008 21:00:40 +0100 Subject: Only show the most recent entries in full on the main page, add a complete table of all entries at the bottom. darcs-hash:c67b0affeccbbcc24c70c7836795884c52f4a560 --- journal.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'journal.css') diff --git a/journal.css b/journal.css index 8737624..98fff40 100644 --- a/journal.css +++ b/journal.css @@ -125,3 +125,25 @@ img.JOURNAL-ENTRY-PORTRAIT { padding: 0 0.3em 0 0.3em; text-align: justify; } + +div.OLD-ENTRIES { + border: 3px outset #666; + color: #000; + background-color: #e8e8e8; + margin: 1em 0 0 0; + padding: 0 0.3em 0 0.3em; + text-align: justify; +} + +table.OLD-ENTRY-TABLE { + border-spacing: 0; + border-collapse: collapse; + margin: 0 0 0.3em 0; +} + +table.OLD-ENTRY-TABLE td { + padding: 0.2em 0.4em 0.2em 0.4em; + vertical-align: top; + border: 1px solid #aaa; + margin: 0 0 0 0; +} -- cgit v1.2.3