add repapp css
This commit is contained in:
parent
3242766b7f
commit
132ddf11a8
2 changed files with 4 additions and 5 deletions
3
rc_hip/repapp/static/repapp/css/repapp.css
Normal file
3
rc_hip/repapp/static/repapp/css/repapp.css
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
.django-ckeditor-widget {
|
||||
display: block !important
|
||||
}
|
||||
|
|
@ -15,11 +15,7 @@
|
|||
{% endblock title %}
|
||||
</title>
|
||||
<link rel="stylesheet" href="{% static 'repapp/css/bootstrap.min.css' %}" />
|
||||
<style>
|
||||
.django-ckeditor-widget{
|
||||
display: block !important
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" href="{% static 'repapp/css/repapp.css' %}" />
|
||||
{% block head %}
|
||||
{% endblock head %}
|
||||
</head>
|
||||
|
|
|
|||
Reference in a new issue