workaround markdown quote issue (#223)

master
Hakim El Hattab 2012-11-10 16:59:03 -05:00
parent fd527c5d07
commit b42890d1a2
1 changed files with 4 additions and 0 deletions

View File

@ -238,6 +238,10 @@ body {
background: rgba(255, 255, 255, 0.05);
box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
}
.reveal blockquote p:first-child,
.reveal blockquote p:last-child {
display: inline-block;
}
.reveal blockquote:before {
content: '\201C';
}