mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-11 01:48:53 -05:00
remove: embed.css not needed anymore
This commit is contained in:
parent
7ae9eb21e7
commit
5139fa5755
@ -1 +0,0 @@
|
|||||||
*{color:green !important}.video-js .vjs-tech{border-radius:12px}.video-js{border-radius:12px;overflow:hidden}.video-js .vjs-poster{border-radius:12px}.video-js .vjs-progress-holder{border-radius:4px}.video-js .vjs-play-progress,.video-js .vjs-load-progress{border-radius:4px}.video-js .vjs-volume-bar{border-radius:4px}
|
|
||||||
@ -1,11 +1,6 @@
|
|||||||
{% extends "root.html" %}
|
{% extends "root.html" %}
|
||||||
{% load static %}
|
{% load static %}
|
||||||
|
|
||||||
{% block topimports %}
|
|
||||||
<link href="{% static "css/embed.css" %}" rel="preload" as="style">
|
|
||||||
<link href="{% static "css/embed.css" %}" rel="stylesheet">
|
|
||||||
{%endblock topimports %}
|
|
||||||
|
|
||||||
{% block content %}<div id="page-embed"></div>{% endblock content %}
|
{% block content %}<div id="page-embed"></div>{% endblock content %}
|
||||||
|
|
||||||
{% block bottomimports %}
|
{% block bottomimports %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user