small fixes
This commit is contained in:
9680
bindata_gen.go
9680
bindata_gen.go
File diff suppressed because it is too large
Load Diff
@@ -44,7 +44,7 @@ include "includes/head.html"
|
|||||||
include "includes/js.html"
|
include "includes/js.html"
|
||||||
|
|
||||||
<!-- build:js /scripts/vendor/video.js -->
|
<!-- build:js /scripts/vendor/video.js -->
|
||||||
<script src="bower_components/videojs/dist/alt/video.novtt.min.js"></script>
|
<script src="bower_components/videojs/dist/video.min.js"></script>
|
||||||
<!-- endbuild -->
|
<!-- endbuild -->
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
@@ -43,7 +43,7 @@ include "includes/head.html"
|
|||||||
include "includes/js.html"
|
include "includes/js.html"
|
||||||
|
|
||||||
<!-- build:js /scripts/vendor/video.js -->
|
<!-- build:js /scripts/vendor/video.js -->
|
||||||
<script src="bower_components/videojs/dist/alt/video.novtt.min.js"></script>
|
<script src="bower_components/videojs/dist/video.min.js"></script>
|
||||||
<!-- endbuild -->
|
<!-- endbuild -->
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
@@ -6562,6 +6562,11 @@ html {
|
|||||||
#md-preview {
|
#md-preview {
|
||||||
padding-bottom: 30px;
|
padding-bottom: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
video, audio {
|
||||||
|
margin: 0 auto;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
.wrap {
|
.wrap {
|
||||||
width: 40%;
|
width: 40%;
|
||||||
height: 40%;
|
height: 40%;
|
||||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user