aboutsummaryrefslogtreecommitdiff
path: root/app/templates/base.html
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-12-23 16:28:15 +0000
committerrubenwardy <rw@rubenwardy.com>2018-12-23 16:28:15 +0000
commita7fcce4448798a4c35eb2ac73d3133e2b075fe42 (patch)
tree063d57cfc4edd1b60a11ff2c1368493ce706af43 /app/templates/base.html
parent366ed9913eded7215d6ad0b71280c4ad60c98171 (diff)
downloadcheatdb-a7fcce4448798a4c35eb2ac73d3133e2b075fe42.tar.xz
Improve package grid style
Diffstat (limited to 'app/templates/base.html')
-rw-r--r--app/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/base.html b/app/templates/base.html
index 919e591..10f8abf 100644
--- a/app/templates/base.html
+++ b/app/templates/base.html
@@ -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">
+ <link rel="stylesheet" type="text/css" href="/static/custom.css?v=2">
{% block headextra %}{% endblock %}
</head>