diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-11-10 16:59:03 -0500 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-11-10 16:59:03 -0500 |
commit | b42890d1a2db6759125a97dbab5d3b9454c4a5c8 (patch) | |
tree | d2ada94f16d9e10a8ea33f131166bb8ceee83e9d /css/reveal.css | |
parent | fd527c5d07f621c0ba986bf4005a5df03e200268 (diff) | |
download | freenode-live-2017-presentation-b42890d1a2db6759125a97dbab5d3b9454c4a5c8.tar freenode-live-2017-presentation-b42890d1a2db6759125a97dbab5d3b9454c4a5c8.tar.gz |
workaround markdown quote issue (#223)
Diffstat (limited to 'css/reveal.css')
-rw-r--r-- | css/reveal.css | 4 |
1 files changed, 4 insertions, 0 deletions
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'; } |