Commit 35f79490 authored by Vadim Makeev's avatar Vadim Makeev

progress for the bg slides permanently hidden now

parent 7c8c1b6d
......@@ -81,7 +81,7 @@
</ol>
</section>
</div></div>
<div class="slide bg progress-off" id="Picture"><div>
<div class="slide bg" id="Picture"><div>
<section>
<header>
<h2>Picture</h2>
......
......@@ -312,10 +312,6 @@ BODY {
color:#BBB;
line-height:1;
}
.full .slide.bg:after,
.full .slide.shout:after {
content:'';
}
.full .slide SECTION {
-webkit-transform:scale(1);
-moz-transform:scale(1);
......@@ -323,6 +319,13 @@ BODY {
-o-transform:scale(1);
transform:scale(1);
}
.full .slide.bg {
z-index:1;
}
.full .slide.bg:after,
.full .slide.shout:after {
content:'';
}
/* Progress */
.full .progress {
......
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