aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-01-28 12:45:46 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-01-28 12:45:46 -0800
commit0d174a6198d96393b431ce9dc9fb1e5b8ff6c502 (patch)
treeda948ea3dfd8fbbfe5006fb99e9e2c68458fb0cd
parentc6ffb2602f792309509ee72dc283e222e09c71ff (diff)
downloadpandoc-0d174a6198d96393b431ce9dc9fb1e5b8ff6c502.tar.gz
dzslides: Center title page.
-rw-r--r--default.dzslides5
1 files changed, 3 insertions, 2 deletions
diff --git a/default.dzslides b/default.dzslides
index d7f22dd91..f076f02ac 100644
--- a/default.dzslides
+++ b/default.dzslides
@@ -35,6 +35,7 @@ $else$
margin: 10px 10px 10px 50px;
}
section.titleslide h1 { margin-top: 200px; }
+ h1.title { margin-top: 150px; }
h1 { font-size: 180%; }
h2 { font-size: 120%; }
h3 { font-size: 100%; }
@@ -96,9 +97,9 @@ $endfor$
$if(title)$
<section>
<h1 class="title">$title$</h1>
- $for(author)$
+$for(author)$
<h2 class="author">$author$</h2>
- $endfor$
+$endfor$
<h3 class="date">$date$</h3>
</section>
$endif$