From 491e85b4e91122d3c536c9e6fc3749ed0c94bd8c Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sun, 15 Nov 2009 02:00:02 +0100 Subject: Make the stylesheet agnostic of most tag names. Ignore-this: 18de39db900f6497679520e40b1dd05f darcs-hash:d15057945242952b5bc688c803569ab1fc651fd9 --- journal.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/journal.css b/journal.css index 98fff40..84c05a4 100644 --- a/journal.css +++ b/journal.css @@ -47,7 +47,7 @@ text-align: left; } -div.JOURNAL-ENTRY > h2 { +.JOURNAL-ENTRY > h2 { border-bottom: 2px solid #000; /* font-variant: small-caps; */ } @@ -56,7 +56,7 @@ div.JOURNAL-ENTRY > h2 { text-decoration: none; } -div.JOURNAL-ENTRY { +.JOURNAL-ENTRY { border: 3px outset #666; color: #000; background-color: #f8f8e0; @@ -65,7 +65,7 @@ div.JOURNAL-ENTRY { text-align: justify; } -div.JOURNAL-ENTRY-BODY p { +.JOURNAL-ENTRY-BODY p { text-indent: 1em; } @@ -126,7 +126,7 @@ img.JOURNAL-ENTRY-PORTRAIT { text-align: justify; } -div.OLD-ENTRIES { +.OLD-ENTRIES { border: 3px outset #666; color: #000; background-color: #e8e8e8; -- cgit v1.2.3