Slidy: Use 'titlepage' instead of 'cover' for title div.

This commit is contained in:
John MacFarlane
2011-07-06 17:24:41 -07:00
parent 5c3b1575ac
commit eb6cdbb6f8
+1 -1
View File
@@ -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$