summaryrefslogtreecommitdiff
path: root/journal.css
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-12-11 21:00:40 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-12-11 21:00:40 +0100
commitf4124b2e828d340e01c686419b95cbf89a34151b (patch)
tree6f9fc7a4872323575366b85ea787c14afd435597 /journal.css
parentad5dcc5423c50fabcf8af8bdedbab71b27038b44 (diff)
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
Diffstat (limited to 'journal.css')
-rw-r--r--journal.css22
1 files changed, 22 insertions, 0 deletions
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;
+}