From: Hakim El Hattab Date: Sat, 10 Nov 2012 21:59:03 +0000 (-0500) Subject: workaround markdown quote issue (#223) X-Git-Tag: 2.2.0~66 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b42890d1a2db6759125a97dbab5d3b9454c4a5c8;p=reveal.js.git workaround markdown quote issue (#223) --- diff --git a/css/reveal.css b/css/reveal.css index c7f3c4c..7879bb6 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -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'; }