diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2017-06-14 10:42:41 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2017-06-14 10:42:51 +0200 |
commit | dc17129082dc112fd45515adfc233c685723d547 (patch) | |
tree | 54f9d608d31abd28b3bda8ee9449ca78d84eb0a3 | |
parent | 123309222390608d6736cec8ce500ace501dfa99 (diff) | |
download | perl-software-in-gnu-guix-dc17129082dc112fd45515adfc233c685723d547.tar perl-software-in-gnu-guix-dc17129082dc112fd45515adfc233c685723d547.tar.gz |
themes use default quotation marks for `<q>` #1720
-rw-r--r-- | css/theme/beige.css | 4 | ||||
-rw-r--r-- | css/theme/black.css | 4 | ||||
-rw-r--r-- | css/theme/blood.css | 4 | ||||
-rw-r--r-- | css/theme/league.css | 4 | ||||
-rw-r--r-- | css/theme/moon.css | 4 | ||||
-rw-r--r-- | css/theme/night.css | 4 | ||||
-rw-r--r-- | css/theme/serif.css | 4 | ||||
-rw-r--r-- | css/theme/simple.css | 4 | ||||
-rw-r--r-- | css/theme/sky.css | 4 | ||||
-rw-r--r-- | css/theme/solarized.css | 4 | ||||
-rw-r--r-- | css/theme/template/theme.scss | 5 | ||||
-rw-r--r-- | css/theme/white.css | 4 | ||||
-rw-r--r-- | demo.html | 3 |
13 files changed, 1 insertions, 51 deletions
diff --git a/css/theme/beige.css b/css/theme/beige.css index 621affa..002ec63 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 8465743..7378b6b 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 b276d48..0b5c26c 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 77c402f..be213b6 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 3aa39e6..567078d 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 49f59e1..945f980 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 caf3881..7f4efa4 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 a6bbd58..0fcd486 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 824df2a..1c02f7f 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 32dbd90..2bd7051 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 43b1a8b..da37fcb 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 7fb1ecd..a2b8bb8 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; @@ -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"> - “The nice thing about standards is that there are so many to choose from”</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"> “For years there has been a theory that millions of monkeys typing at random on millions of typewriters would |