From a21b758e7fcd612d541bbcbbd978a7d20f1f8108 Mon Sep 17 00:00:00 2001
From: Perreal Guillaume <guillaume.perreal@irstea.fr>
Date: Fri, 4 Oct 2019 16:35:12 +0200
Subject: [PATCH] Suppression du "coin" en trop.

---
 css/theme/irstea.css         | 2 +-
 css/theme/source/irstea.scss | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/css/theme/irstea.css b/css/theme/irstea.css
index fbf08734..d81b1684 100644
--- a/css/theme/irstea.css
+++ b/css/theme/irstea.css
@@ -279,7 +279,7 @@ body {
   .reveal .slides .date {
     color: #9293a1;
     font-variant: small-caps; }
-  .reveal .slides section:not(:first-child) {
+  .reveal .slides section:not(:first-child):not(.stack) {
     background: top left url(../../lib/images/prairie-petit.png) no-repeat;
     padding: 75px 0 0 75px;
     margin-top: -10px;
diff --git a/css/theme/source/irstea.scss b/css/theme/source/irstea.scss
index 2bd77061..477f50cb 100644
--- a/css/theme/source/irstea.scss
+++ b/css/theme/source/irstea.scss
@@ -57,7 +57,7 @@ $selectionColor: #fff;
       font-variant: small-caps;
     }
 
-    section:not(:first-child) {
+    section:not(:first-child):not(.stack) {
       background: top left url(../../lib/images/prairie-petit.png) no-repeat;
       padding: 75px 0 0 75px;
       margin-top: -10px;
-- 
GitLab