diff options
author | John MacFarlane <jgm@berkeley.edu> | 2011-12-01 18:57:41 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2011-12-01 18:57:41 -0800 |
commit | c8333b5d1b1e5ceb4023a9ac56df0d1df128b236 (patch) | |
tree | f599d480fbdce68fd9e8d510ba164484437f8c11 /tests/s5.inserts.html | |
parent | 3270c838b50ce4aa859e259e48531772f48c08da (diff) | |
download | pandoc-c8333b5d1b1e5ceb4023a9ac56df0d1df128b236.tar.gz |
Made author/date more consistent in HTML templates.
Authors are now h2, date h3. (Instead of h3/h4, as in the past.)
Diffstat (limited to 'tests/s5.inserts.html')
-rw-r--r-- | tests/s5.inserts.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/s5.inserts.html b/tests/s5.inserts.html index 5db05bf4c..275684e68 100644 --- a/tests/s5.inserts.html +++ b/tests/s5.inserts.html @@ -15,9 +15,9 @@ STUFF INSERTED <div id="header"> <h1 class="title">My S5 Document</h1> -<h3 class="author">Sam Smith</h3> -<h3 class="author">Jen Jones</h3> -<h4 class="date">July 15, 2006</h4> +<h2 class="author">Sam Smith</h2> +<h2 class="author">Jen Jones</h2> +<h3 class="date">July 15, 2006</h3> </div> <h1 id="first-slide">First slide</h1> <ul> |