From dc17129082dc112fd45515adfc233c685723d547 Mon Sep 17 00:00:00 2001
From: Hakim El Hattab <hakim.elhattab@gmail.com>
Date: Wed, 14 Jun 2017 10:42:41 +0200
Subject: [PATCH] themes use default quotation marks for `<q>` #1720

---
 css/theme/beige.css           | 4 ----
 css/theme/black.css           | 4 ----
 css/theme/blood.css           | 4 ----
 css/theme/league.css          | 4 ----
 css/theme/moon.css            | 4 ----
 css/theme/night.css           | 4 ----
 css/theme/serif.css           | 4 ----
 css/theme/simple.css          | 4 ----
 css/theme/sky.css             | 4 ----
 css/theme/solarized.css       | 4 ----
 css/theme/template/theme.scss | 5 -----
 css/theme/white.css           | 4 ----
 demo.html                     | 3 +--
 13 files changed, 1 insertion(+), 51 deletions(-)

diff --git a/css/theme/beige.css b/css/theme/beige.css
index 621affaa..002ec635 100644
--- a/css/theme/beige.css
+++ b/css/theme/beige.css
@@ -126,10 +126,6 @@ body {
 .reveal dd {
   margin-left: 40px; }
 
-.reveal q,
-.reveal blockquote {
-  quotes: none; }
-
 .reveal blockquote {
   display: block;
   position: relative;
diff --git a/css/theme/black.css b/css/theme/black.css
index 8465743e..7378b6bf 100644
--- a/css/theme/black.css
+++ b/css/theme/black.css
@@ -122,10 +122,6 @@ body {
 .reveal dd {
   margin-left: 40px; }
 
-.reveal q,
-.reveal blockquote {
-  quotes: none; }
-
 .reveal blockquote {
   display: block;
   position: relative;
diff --git a/css/theme/blood.css b/css/theme/blood.css
index b276d48a..0b5c26c6 100644
--- a/css/theme/blood.css
+++ b/css/theme/blood.css
@@ -125,10 +125,6 @@ body {
 .reveal dd {
   margin-left: 40px; }
 
-.reveal q,
-.reveal blockquote {
-  quotes: none; }
-
 .reveal blockquote {
   display: block;
   position: relative;
diff --git a/css/theme/league.css b/css/theme/league.css
index 77c402f9..be213b64 100644
--- a/css/theme/league.css
+++ b/css/theme/league.css
@@ -128,10 +128,6 @@ body {
 .reveal dd {
   margin-left: 40px; }
 
-.reveal q,
-.reveal blockquote {
-  quotes: none; }
-
 .reveal blockquote {
   display: block;
   position: relative;
diff --git a/css/theme/moon.css b/css/theme/moon.css
index 3aa39e6b..567078dc 100644
--- a/css/theme/moon.css
+++ b/css/theme/moon.css
@@ -126,10 +126,6 @@ body {
 .reveal dd {
   margin-left: 40px; }
 
-.reveal q,
-.reveal blockquote {
-  quotes: none; }
-
 .reveal blockquote {
   display: block;
   position: relative;
diff --git a/css/theme/night.css b/css/theme/night.css
index 49f59e13..945f9803 100644
--- a/css/theme/night.css
+++ b/css/theme/night.css
@@ -120,10 +120,6 @@ body {
 .reveal dd {
   margin-left: 40px; }
 
-.reveal q,
-.reveal blockquote {
-  quotes: none; }
-
 .reveal blockquote {
   display: block;
   position: relative;
diff --git a/css/theme/serif.css b/css/theme/serif.css
index caf38815..7f4efa41 100644
--- a/css/theme/serif.css
+++ b/css/theme/serif.css
@@ -122,10 +122,6 @@ body {
 .reveal dd {
   margin-left: 40px; }
 
-.reveal q,
-.reveal blockquote {
-  quotes: none; }
-
 .reveal blockquote {
   display: block;
   position: relative;
diff --git a/css/theme/simple.css b/css/theme/simple.css
index a6bbd58b..0fcd4866 100644
--- a/css/theme/simple.css
+++ b/css/theme/simple.css
@@ -125,10 +125,6 @@ body {
 .reveal dd {
   margin-left: 40px; }
 
-.reveal q,
-.reveal blockquote {
-  quotes: none; }
-
 .reveal blockquote {
   display: block;
   position: relative;
diff --git a/css/theme/sky.css b/css/theme/sky.css
index 824df2a9..1c02f7fa 100644
--- a/css/theme/sky.css
+++ b/css/theme/sky.css
@@ -129,10 +129,6 @@ body {
 .reveal dd {
   margin-left: 40px; }
 
-.reveal q,
-.reveal blockquote {
-  quotes: none; }
-
 .reveal blockquote {
   display: block;
   position: relative;
diff --git a/css/theme/solarized.css b/css/theme/solarized.css
index 32dbd90b..2bd70513 100644
--- a/css/theme/solarized.css
+++ b/css/theme/solarized.css
@@ -126,10 +126,6 @@ body {
 .reveal dd {
   margin-left: 40px; }
 
-.reveal q,
-.reveal blockquote {
-  quotes: none; }
-
 .reveal blockquote {
   display: block;
   position: relative;
diff --git a/css/theme/template/theme.scss b/css/theme/template/theme.scss
index 43b1a8b6..da37fcb9 100644
--- a/css/theme/template/theme.scss
+++ b/css/theme/template/theme.scss
@@ -134,11 +134,6 @@ body {
 	margin-left: 40px;
 }
 
-.reveal q,
-.reveal blockquote {
-	quotes: none;
-}
-
 .reveal blockquote {
 	display: block;
 	position: relative;
diff --git a/css/theme/white.css b/css/theme/white.css
index 7fb1ecd6..a2b8bb89 100644
--- a/css/theme/white.css
+++ b/css/theme/white.css
@@ -122,10 +122,6 @@ body {
 .reveal dd {
   margin-left: 40px; }
 
-.reveal q,
-.reveal blockquote {
-  quotes: none; }
-
 .reveal blockquote {
   display: block;
   position: relative;
diff --git a/demo.html b/demo.html
index 36ad2244..e27cc728 100644
--- a/demo.html
+++ b/demo.html
@@ -295,8 +295,7 @@ function linkify( selector ) {
 				<section>
 					<h2>Clever Quotes</h2>
 					<p>
-						These guys come in two forms, inline: <q cite="http://searchservervirtualization.techtarget.com/definition/Our-Favorite-Technology-Quotations">
-						&ldquo;The nice thing about standards is that there are so many to choose from&rdquo;</q> and block:
+						These guys come in two forms, inline: <q cite="http://searchservervirtualization.techtarget.com/definition/Our-Favorite-Technology-Quotations">The nice thing about standards is that there are so many to choose from</q> and block:
 					</p>
 					<blockquote cite="http://searchservervirtualization.techtarget.com/definition/Our-Favorite-Technology-Quotations">
 						&ldquo;For years there has been a theory that millions of monkeys typing at random on millions of typewriters would
-- 
GitLab