Skip to content

Commit 8068719

Browse files
committed
Merge branch 'finish-css-loading' of github.com:birdbrained/modular-file-renderer into finish-css-loading
2 parents 23884c2 + 8f63b6c commit 8068719

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

mfr/extensions/video/templates/viewer.mako

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
<video id="video" controls height="100%">
2+
<video controls height="100%">
33
<source src="${url}">
44
Your browser does not support the video tag.
55
</video>

mfr/server/static/css/mfr.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ This CSS was stripped out of base.css from the osf-style repo.
4646
left: 0;
4747
}
4848

49-
.ball-scale > div {
50-
}
51-
5249
.embed-responsive-pdf {
5350
padding-bottom: 95%;
5451
}

0 commit comments

Comments
 (0)