Skip to content
Snippets Groups Projects
Commit f3f9e5b5 authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

remove automatic quotation marks on blockquote/q (closes #434)

parent 39b53a7b
No related branches found
No related tags found
No related merge requests found
...@@ -277,22 +277,10 @@ body { ...@@ -277,22 +277,10 @@ body {
.reveal blockquote p:last-child { .reveal blockquote p:last-child {
display: inline-block; display: inline-block;
} }
.reveal blockquote:before {
content: '\201C';
}
.reveal blockquote:after {
content: '\201D';
}
.reveal q { .reveal q {
font-style: italic; font-style: italic;
} }
.reveal q:before {
content: '\201C';
}
.reveal q:after {
content: '\201D';
}
.reveal pre { .reveal pre {
display: block; display: block;
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment