diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-03-28 13:33:31 -0400 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-03-28 13:33:31 -0400 |
commit | f1adc1b723beee1bc423402cde3ab914e76b7f71 (patch) | |
tree | 96a151bde769079733301bdf7f7cae22e7417fd1 /default.dzslides | |
parent | 401f84bb044f35bfd5f906c887861c5f980f1462 (diff) | |
download | pandoc-f1adc1b723beee1bc423402cde3ab914e76b7f71.tar.gz |
Removed styling of q in dzslides template.
Diffstat (limited to 'default.dzslides')
-rw-r--r-- | default.dzslides | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/default.dzslides b/default.dzslides index e0a14424a..df612bf3f 100644 --- a/default.dzslides +++ b/default.dzslides @@ -40,15 +40,6 @@ $else$ h2 { font-size: 120%; } h3 { font-size: 100%; } blockquote { font-style: italic } - q { - display: block; - width: 100%; - height: 100%; - background-color: black; - color: white; - font-size: 60px; - padding: 50px; - } /* Figures are displayed full-page, with the caption on top of the image/video */ figure { |