Commit a21b758e authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Suppression du "coin" en trop.

parent e3831bee
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
...@@ -279,7 +279,7 @@ body { ...@@ -279,7 +279,7 @@ body {
.reveal .slides .date { .reveal .slides .date {
color: #9293a1; color: #9293a1;
font-variant: small-caps; } 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; background: top left url(../../lib/images/prairie-petit.png) no-repeat;
padding: 75px 0 0 75px; padding: 75px 0 0 75px;
margin-top: -10px; margin-top: -10px;
......
...@@ -57,7 +57,7 @@ $selectionColor: #fff; ...@@ -57,7 +57,7 @@ $selectionColor: #fff;
font-variant: small-caps; 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; background: top left url(../../lib/images/prairie-petit.png) no-repeat;
padding: 75px 0 0 75px; padding: 75px 0 0 75px;
margin-top: -10px; margin-top: -10px;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment