diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-11-15 02:00:02 +0100 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-11-15 02:00:02 +0100 |
commit | 491e85b4e91122d3c536c9e6fc3749ed0c94bd8c (patch) | |
tree | 5adc972b16727ff2fb1132fb53b387a43be09910 | |
parent | 191c0bacfc7caced67cd7777902fce1524763334 (diff) |
Make the stylesheet agnostic of most tag names.
Ignore-this: 18de39db900f6497679520e40b1dd05f
darcs-hash:d15057945242952b5bc688c803569ab1fc651fd9
-rw-r--r-- | journal.css | 8 |
1 files 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; |