summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-09-29 15:37:01 +0200
committerNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-09-29 15:37:01 +0200
commit2de0d141ccb66844643ee7b881a8ce86128279e7 (patch)
tree44e215c6ed57c17fa143c3c2adf79b2562c4e916 /templates
parentf6b2d051966a232c6227a31e9851fce031d6b9f6 (diff)
downloadweb-2de0d141ccb66844643ee7b881a8ce86128279e7.tar.gz
web-2de0d141ccb66844643ee7b881a8ce86128279e7.tar.bz2
web-2de0d141ccb66844643ee7b881a8ce86128279e7.zip
style: links are now bold
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 475e837..d30fb4a 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -8,7 +8,7 @@
<script type="text/javascript" src="{{ url_for('static', filename=script) }}"></script>
{%- endfor %}
{%- for style in styles %}
- <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename=style, version='0.1') }}">
+ <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename=style, version='0.2') }}">
{%- endfor %}
</head>
<body>