aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-07-06 16:58:31 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2011-07-06 17:24:41 -0700
commiteb6cdbb6f88967d5965037887a5ebdee376aefc2 (patch)
treee793cadb39cdb970a9b561b223381720c424f6a3
parent5c3b1575ac64bc59959c9ace61aad132b914607a (diff)
downloadpandoc-eb6cdbb6f88967d5965037887a5ebdee376aefc2.tar.gz
Slidy: Use 'titlepage' instead of 'cover' for title div.
-rw-r--r--templates/slidy.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/slidy.template b/templates/slidy.template
index adcb41fc1..8db862c9e 100644
--- a/templates/slidy.template
+++ b/templates/slidy.template
@@ -52,7 +52,7 @@ $for(include-before)$
$include-before$
$endfor$
$if(title)$
-<div class="slide cover title">
+<div class="slide titlepage">
<h1 class="title">$title$</h1>
<p class="author">
$for(author)$$author$$sep$<br/>$endfor$