change css filenames so that we can force user refresh

pull/1/head
Andromeda Yelton 2012-11-20 14:26:06 -05:00
parent 81e27e234e
commit 7fcd0ba3af
9 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@
<head>
<meta charset="utf-8" />
<title>unglue.it {% block title %}{% endblock %}</title>
<link type="text/css" rel="stylesheet" href="/static/css/sitewide.css" />
<link type="text/css" rel="stylesheet" href="/static/css/sitewide2.css" />
<link REL="SHORTCUT ICON" HREF="/static/images/favicon.ico">
{% block extra_css %}{% endblock %}
{% block base_js %}

View File

@ -6,7 +6,7 @@
{% endblock %}
{% block extra_css %}
<link type="text/css" rel="stylesheet" href="/static/css/landingpage.css" />
<link type="text/css" rel="stylesheet" href="/static/css/landingpage2.css" />
<link type="text/css" rel="stylesheet" href="/static/css/searchandbrowse.css" />
<link type="text/css" rel="stylesheet" href="/static/css/book_panel.css" />
<link type="text/css" rel="stylesheet" href="/static/css/learnmore.css" />

View File

@ -32,7 +32,7 @@ $j(document).ready(function() {
{% block extra_head %}
<link href="/static/css/documentation.css" rel="stylesheet" type="text/css" />
{% block extra_extra_head %}
<link type="text/css" rel="stylesheet" href="/static/css/registration.css" />
<link type="text/css" rel="stylesheet" href="/static/css/registration2.css" />
{% endblock %}
{% endblock %}