aboutsummaryrefslogtreecommitdiff
path: root/app/templates/base.html
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2020-01-18 00:15:29 +0000
committerrubenwardy <rw@rubenwardy.com>2020-01-18 00:15:29 +0000
commit311e0218affb9395a230b064596a60c9d748e5ef (patch)
tree1321960ff6b2ca5b78ad2bce5bf2c52820e94a5f /app/templates/base.html
parent3fee369dc1971e77e8a54ed613e99b9117451298 (diff)
downloadcheatdb-311e0218affb9395a230b064596a60c9d748e5ef.tar.xz
Fiddle with package button styling
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 faa867a..f52006c 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?v=7">
+ <link rel="stylesheet" type="text/css" href="/static/custom.css?v=8">
<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">