progress for the bg slides permanently hidden now
This commit is contained in:
parent
7c8c1b6d39
commit
35f794904f
|
@ -81,7 +81,7 @@
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
</div></div>
|
</div></div>
|
||||||
<div class="slide bg progress-off" id="Picture"><div>
|
<div class="slide bg" id="Picture"><div>
|
||||||
<section>
|
<section>
|
||||||
<header>
|
<header>
|
||||||
<h2>Picture</h2>
|
<h2>Picture</h2>
|
||||||
|
|
|
@ -312,10 +312,6 @@ BODY {
|
||||||
color:#BBB;
|
color:#BBB;
|
||||||
line-height:1;
|
line-height:1;
|
||||||
}
|
}
|
||||||
.full .slide.bg:after,
|
|
||||||
.full .slide.shout:after {
|
|
||||||
content:'';
|
|
||||||
}
|
|
||||||
.full .slide SECTION {
|
.full .slide SECTION {
|
||||||
-webkit-transform:scale(1);
|
-webkit-transform:scale(1);
|
||||||
-moz-transform:scale(1);
|
-moz-transform:scale(1);
|
||||||
|
@ -323,6 +319,13 @@ BODY {
|
||||||
-o-transform:scale(1);
|
-o-transform:scale(1);
|
||||||
transform:scale(1);
|
transform:scale(1);
|
||||||
}
|
}
|
||||||
|
.full .slide.bg {
|
||||||
|
z-index:1;
|
||||||
|
}
|
||||||
|
.full .slide.bg:after,
|
||||||
|
.full .slide.shout:after {
|
||||||
|
content:'';
|
||||||
|
}
|
||||||
|
|
||||||
/* Progress */
|
/* Progress */
|
||||||
.full .progress {
|
.full .progress {
|
||||||
|
|
Loading…
Reference in New Issue