From dfdecdc9260ebe762e3cd5a37ee53183bec51bde Mon Sep 17 00:00:00 2001
From: John MacFarlane <fiddlosopher@gmail.com>
Date: Thu, 1 Dec 2011 21:13:47 -0800
Subject: [PATCH] Added h3.date to epub.css.

---
 epub.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/epub.css b/epub.css
index 01ee84202..6737f5cc7 100644
--- a/epub.css
+++ b/epub.css
@@ -9,6 +9,7 @@ h5 { text-align: center; }
 h6 { text-align: center; }
 h1.title { }
 h2.author { }
+h3.date { }
 /* For source-code highlighting */
 table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode, table.sourceCode pre
    { margin: 0; padding: 0; border: 0; vertical-align: baseline; border: none; }