Skip to content

Commit

Permalink
css fixes, spotted by @mor1
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Sep 21, 2011
1 parent 1cf518f commit 3a5577f
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions slides/static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -454,12 +454,28 @@ article.fill iframe {
z-index: -1;
}

article object {
position: absolute;
left: 0;
top: 0;
min-width: 900px;
min-height: 600px;

border-radius: 10px;
-o-border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;

z-index: -1;
}


article.fill object {
position: absolute;
left: 0;
top: 0;
min-width: 100%;
min-height: 100%;
min-width: 900px;
min-height: 600px;

border-radius: 10px;
-o-border-radius: 10px;
Expand Down

0 comments on commit 3a5577f

Please sign in to comment.