Removed styling of q in dzslides template.

This commit is contained in:
John MacFarlane 2012-03-28 13:33:31 -04:00
parent 401f84bb04
commit f1adc1b723

View file

@ -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 {