Improve package page styling

This commit is contained in:
rubenwardy
2020-01-21 22:40:51 +00:00
committed by GitHub
parent 980023a80c
commit f24148d431
36 changed files with 20708 additions and 93 deletions

View File

@@ -7,7 +7,7 @@
<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/custom.css?v=9">
<link rel="stylesheet" type="text/css" href="/static/custom.css?v=10">
<link rel="search" type="application/opensearchdescription+xml" href="/static/opensearch.xml" title="ContentDB" />
<link rel="shortcut icon" href="/favicon-16.png" sizes="16x16">
<link rel="icon" href="/favicon-128.png" sizes="128x128">
@@ -153,6 +153,7 @@
new EasyMDE({ element: this, hideIcons: ["image"], forceSync: true });
})
</script>
<link href="/static/fa/css/all.css" rel="stylesheet">
{% block scriptextra %}{% endblock %}
</body>
</html>