summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2010-01-31 10:57:52 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2010-01-31 10:57:52 +0100
commitfa26eaf1528ab3a68e7f63ae076cc62680dbdfaf (patch)
treec0fda9b73bf5a69b3718c02731ea4c504e298d16
parent48bee40f8f87c427bb3efeab89add4e22863466f (diff)
journal.css: Adapt to the HTML 5 version of the web site.
Ignore-this: 967d6380ee2936bafdbf3cdbef71a878 darcs-hash:f79454bc4a470effa0eb27f4530df8df0c7c2d40
-rw-r--r--journal.css4
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;
}