diff --git a/index.htm b/index.htm index 3e1b500..e67a9ff 100755 --- a/index.htm +++ b/index.htm @@ -81,7 +81,7 @@ -
+

Picture

diff --git a/themes/ribbon/styles/style.css b/themes/ribbon/styles/style.css index ab1ac09..fd8cce4 100644 --- a/themes/ribbon/styles/style.css +++ b/themes/ribbon/styles/style.css @@ -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 {