browsable api should be reponsive
This commit is contained in:
parent
558e145572
commit
6b7f05e2c7
2 changed files with 7 additions and 0 deletions
|
@ -15,6 +15,7 @@ pre {
|
||||||
font-size:20px;
|
font-size:20px;
|
||||||
color:#333333;
|
color:#333333;
|
||||||
cursor:default;
|
cursor:default;
|
||||||
|
margin-left:-15px;
|
||||||
}
|
}
|
||||||
.navbar {
|
.navbar {
|
||||||
margin-bottom:15px;
|
margin-bottom:15px;
|
||||||
|
|
|
@ -6,6 +6,12 @@
|
||||||
|
|
||||||
{% block bootstrap_navbar_variant %}{% endblock %}
|
{% block bootstrap_navbar_variant %}{% endblock %}
|
||||||
|
|
||||||
|
{% block meta %}
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||||
|
<meta name="robots" content="NONE,NOARCHIVE" />
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% block style %}
|
{% block style %}
|
||||||
{% compress css %}
|
{% compress css %}
|
||||||
<link href="{% static 'bootstrap/css/bootstrap.css' %}" rel="stylesheet">
|
<link href="{% static 'bootstrap/css/bootstrap.css' %}" rel="stylesheet">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue