aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2017-12-04 14:03:16 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2017-12-04 14:03:16 +0100
commit0c946ae18b3773895bae259802108df11fade6d9 (patch)
treee446ab79752050a3b3aa78456aa136e20f449694 /css
parent7a0b4a56f9fb63f85d14be1913e3f4384ee8d32c (diff)
downloadperl-software-in-gnu-guix-0c946ae18b3773895bae259802108df11fade6d9.tar
perl-software-in-gnu-guix-0c946ae18b3773895bae259802108df11fade6d9.tar.gz
fix missing theme line-height when printing #1967
Diffstat (limited to 'css')
-rw-r--r--css/theme/beige.css4
-rw-r--r--css/theme/black.css4
-rw-r--r--css/theme/blood.css4
-rw-r--r--css/theme/league.css4
-rw-r--r--css/theme/moon.css4
-rw-r--r--css/theme/night.css4
-rw-r--r--css/theme/serif.css4
-rw-r--r--css/theme/simple.css4
-rw-r--r--css/theme/sky.css4
-rw-r--r--css/theme/solarized.css4
-rw-r--r--css/theme/template/theme.scss4
-rw-r--r--css/theme/white.css4
12 files changed, 24 insertions, 24 deletions
diff --git a/css/theme/beige.css b/css/theme/beige.css
index d2d0ca6..1c4adf5 100644
--- a/css/theme/beige.css
+++ b/css/theme/beige.css
@@ -34,8 +34,8 @@ body {
background: rgba(79, 64, 28, 0.99);
text-shadow: none; }
-.reveal .slides > section,
-.reveal .slides > section > section {
+.reveal .slides section,
+.reveal .slides section > section {
line-height: 1.3;
font-weight: inherit; }
diff --git a/css/theme/black.css b/css/theme/black.css
index 83f6eee..5819669 100644
--- a/css/theme/black.css
+++ b/css/theme/black.css
@@ -30,8 +30,8 @@ body {
background: #bee4fd;
text-shadow: none; }
-.reveal .slides > section,
-.reveal .slides > section > section {
+.reveal .slides section,
+.reveal .slides section > section {
line-height: 1.3;
font-weight: inherit; }
diff --git a/css/theme/blood.css b/css/theme/blood.css
index 30e4b09..f7335d9 100644
--- a/css/theme/blood.css
+++ b/css/theme/blood.css
@@ -33,8 +33,8 @@ body {
background: #a23;
text-shadow: none; }
-.reveal .slides > section,
-.reveal .slides > section > section {
+.reveal .slides section,
+.reveal .slides section > section {
line-height: 1.3;
font-weight: inherit; }
diff --git a/css/theme/league.css b/css/theme/league.css
index e35d668..1470d33 100644
--- a/css/theme/league.css
+++ b/css/theme/league.css
@@ -36,8 +36,8 @@ body {
background: #FF5E99;
text-shadow: none; }
-.reveal .slides > section,
-.reveal .slides > section > section {
+.reveal .slides section,
+.reveal .slides section > section {
line-height: 1.3;
font-weight: inherit; }
diff --git a/css/theme/moon.css b/css/theme/moon.css
index c7705d9..066876b 100644
--- a/css/theme/moon.css
+++ b/css/theme/moon.css
@@ -34,8 +34,8 @@ body {
background: #d33682;
text-shadow: none; }
-.reveal .slides > section,
-.reveal .slides > section > section {
+.reveal .slides section,
+.reveal .slides section > section {
line-height: 1.3;
font-weight: inherit; }
diff --git a/css/theme/night.css b/css/theme/night.css
index 5aca9c0..7f24d16 100644
--- a/css/theme/night.css
+++ b/css/theme/night.css
@@ -28,8 +28,8 @@ body {
background: #e7ad52;
text-shadow: none; }
-.reveal .slides > section,
-.reveal .slides > section > section {
+.reveal .slides section,
+.reveal .slides section > section {
line-height: 1.3;
font-weight: inherit; }
diff --git a/css/theme/serif.css b/css/theme/serif.css
index 72298a9..03661fc 100644
--- a/css/theme/serif.css
+++ b/css/theme/serif.css
@@ -30,8 +30,8 @@ body {
background: #26351C;
text-shadow: none; }
-.reveal .slides > section,
-.reveal .slides > section > section {
+.reveal .slides section,
+.reveal .slides section > section {
line-height: 1.3;
font-weight: inherit; }
diff --git a/css/theme/simple.css b/css/theme/simple.css
index 40d1238..21777fc 100644
--- a/css/theme/simple.css
+++ b/css/theme/simple.css
@@ -33,8 +33,8 @@ body {
background: rgba(0, 0, 0, 0.99);
text-shadow: none; }
-.reveal .slides > section,
-.reveal .slides > section > section {
+.reveal .slides section,
+.reveal .slides section > section {
line-height: 1.3;
font-weight: inherit; }
diff --git a/css/theme/sky.css b/css/theme/sky.css
index f4b0ad5..951129a 100644
--- a/css/theme/sky.css
+++ b/css/theme/sky.css
@@ -37,8 +37,8 @@ body {
background: #134674;
text-shadow: none; }
-.reveal .slides > section,
-.reveal .slides > section > section {
+.reveal .slides section,
+.reveal .slides section > section {
line-height: 1.3;
font-weight: inherit; }
diff --git a/css/theme/solarized.css b/css/theme/solarized.css
index 3affa6e..006606f 100644
--- a/css/theme/solarized.css
+++ b/css/theme/solarized.css
@@ -34,8 +34,8 @@ body {
background: #d33682;
text-shadow: none; }
-.reveal .slides > section,
-.reveal .slides > section > section {
+.reveal .slides section,
+.reveal .slides section > section {
line-height: 1.3;
font-weight: inherit; }
diff --git a/css/theme/template/theme.scss b/css/theme/template/theme.scss
index 58dc727..e06fe7a 100644
--- a/css/theme/template/theme.scss
+++ b/css/theme/template/theme.scss
@@ -28,8 +28,8 @@ body {
text-shadow: none;
}
-.reveal .slides>section,
-.reveal .slides>section>section {
+.reveal .slides section,
+.reveal .slides section>section {
line-height: 1.3;
font-weight: inherit;
}
diff --git a/css/theme/white.css b/css/theme/white.css
index edc5a60..9a15f22 100644
--- a/css/theme/white.css
+++ b/css/theme/white.css
@@ -30,8 +30,8 @@ body {
background: #98bdef;
text-shadow: none; }
-.reveal .slides > section,
-.reveal .slides > section > section {
+.reveal .slides section,
+.reveal .slides section > section {
line-height: 1.3;
font-weight: inherit; }