projects
/
reveal.js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd527c5
)
workaround markdown quote issue (#223)
author
Hakim El Hattab
<hakim.elhattab@gmail.com>
Sat, 10 Nov 2012 21:59:03 +0000
(16:59 -0500)
committer
Hakim El Hattab
<hakim.elhattab@gmail.com>
Sat, 10 Nov 2012 21:59:03 +0000
(16:59 -0500)
css/reveal.css
patch
|
blob
|
history
diff --git
a/css/reveal.css
b/css/reveal.css
index c7f3c4c4e53bf0bebfeef024dd2372c905582bc9..7879bb67552d9e23b404d312c1a67f4c5813e30d 100644
(file)
--- 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';
}