Skip to content

Commit

Permalink
Merge pull request paulrouget#90 from wasnotrice/figure
Browse files Browse the repository at this point in the history
Move figure CSS into userland
  • Loading branch information
hsablonniere committed Jun 20, 2012
2 parents fc61be9 + a374ab4 commit 593d111
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions template.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,14 @@ <h2>End!</h2>
on top of the image/video */
figure {
background-color: black;
width: 100%;
height: 100%;
}
figure > * {
position: absolute;
}
figure > img, figure > video {
width: 100%; height: 100%;
}
figcaption {
margin: 70px;
Expand Down Expand Up @@ -262,16 +270,6 @@ <h2>End!</h2>
.view #progress-bar {
display: none;
}
figure {
width: 100%;
height: 100%;
}
figure > * {
position: absolute;
}
figure > img, figure > video {
width: 100%; height: 100%;
}
</style>

<script>
Expand Down

0 comments on commit 593d111

Please sign in to comment.