Commit 8550d1aa authored by Vadim Makeev's avatar Vadim Makeev

fixed iframe overflow problem

parent 21544f35
...@@ -113,7 +113,7 @@ A { ...@@ -113,7 +113,7 @@ A {
color:#888; color:#888;
} }
.slide ARTICLE A { .slide ARTICLE A {
border-bottom:0.07em solid; border-bottom:0.1em solid;
color:#0174A7; color:#0174A7;
} }
.slide ARTICLE B, .slide ARTICLE B,
...@@ -291,6 +291,9 @@ A { ...@@ -291,6 +291,9 @@ A {
.slide.frame { .slide.frame {
background:#FFF; background:#FFF;
} }
.slide.frame ARTICLE {
position:static;
}
.slide.frame IFRAME { .slide.frame IFRAME {
position:absolute; position:absolute;
top:0; top:0;
......
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