Skip to content

Commit

Permalink
Move figure CSS into userland
Browse files Browse the repository at this point in the history
  • Loading branch information
wasnotrice committed May 17, 2012
1 parent fc61be9 commit a374ab4
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 a374ab4

Please sign in to comment.