diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2010-01-31 10:57:52 +0100 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2010-01-31 10:57:52 +0100 |
commit | fa26eaf1528ab3a68e7f63ae076cc62680dbdfaf (patch) | |
tree | c0fda9b73bf5a69b3718c02731ea4c504e298d16 | |
parent | 48bee40f8f87c427bb3efeab89add4e22863466f (diff) |
journal.css: Adapt to the HTML 5 version of the web site.
Ignore-this: 967d6380ee2936bafdbf3cdbef71a878
darcs-hash:f79454bc4a470effa0eb27f4530df8df0c7c2d40
-rw-r--r-- | journal.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/journal.css b/journal.css index b55b9b4..5326834 100644 --- a/journal.css +++ b/journal.css @@ -48,12 +48,12 @@ text-align: left; } -.JOURNAL-ENTRY > h2 { +.JOURNAL-ENTRY h1 { border-bottom: 2px solid #000; /* font-variant: small-caps; */ } -.JOURNAL-ENTRY > h2 > a { +.JOURNAL-ENTRY h1 > a { text-decoration: none; } |