Commit 9f91bf40 authored by Vadim Makeev's avatar Vadim Makeev

another better way to hide slides

parent 226ebc35
......@@ -180,13 +180,10 @@ BODY {
}
/* Shout */
.slide.shout {
z-index:1;
}
.slide.shout SECTION:before {
.slide.shout SECTION:before {
display:none;
}
.slide.shout H2 {
.slide.shout H2 {
position:absolute;
top:50%;
left:0;
......@@ -299,12 +296,10 @@ BODY {
}
.full .slide {
position:absolute;
top:-150%;
left:-150%;
visibility:hidden;
}
.full .slide:target {
top:0;
left:0;
visibility:visible;
}
.full .slide:after {
position:absolute;
......
Markdown is supported
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