progress for the bg slides permanently hidden now

This commit is contained in:
Vadim Makeev 2011-07-20 03:25:00 +04:00
parent 7c8c1b6d39
commit 35f794904f
2 changed files with 8 additions and 5 deletions

View File

@ -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>

View File

@ -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 {