progress for the bg slides permanently hidden now
This commit is contained in:
parent
7c8c1b6d39
commit
35f794904f
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue