Improve package page style again

This commit is contained in:
rubenwardy
2018-12-21 16:55:22 +00:00
parent e5cb7a3721
commit c6a26786ec
5 changed files with 115 additions and 130 deletions

View File

@@ -6,6 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% block title %}title{% endblock %} - {{ config.USER_APP_NAME }}</title>
<link rel="stylesheet" type="text/css" href="/static/bootstrap.css">
<link rel="stylesheet" type="text/css" href="/static/main.css">
{% block headextra %}{% endblock %}
</head>