From 8498424e681ba0501cb3bff2bfa250f4fb9146cd Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Thu, 31 May 2007 10:07:20 +0200 Subject: Strict Atom 1.0, XHTML 1.0 and CSS 3.0 conformance. darcs-hash:b3d7feb7984611e968bf3cea716535105dc3de7d --- journal.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'journal.css') diff --git a/journal.css b/journal.css index f0ab48b..2446ff2 100644 --- a/journal.css +++ b/journal.css @@ -1,3 +1,5 @@ +/* CSS version 3.0 */ + #MAIN-TITLE { font-stretch: wider; font-variant: small-caps; @@ -18,13 +20,14 @@ .JOURNAL-ENTRY-HEADER { font-size: x-small; color: #444; + background-color: inherit; font-weight: lighter; text-align: left; } div.JOURNAL-ENTRY > h2 { border-bottom: 2px solid #000; - //font-variant: small-caps; + /* font-variant: small-caps; */ } .JOURNAL-ENTRY > h2 > a { -- cgit v1.2.3