Use absolute path for zephyr.css

(imported from commit 4bedaaebd160c6f0a4b9861a76376e44dadfeca0)
This commit is contained in:
Keegan McAllister 2012-09-17 13:40:00 -04:00
parent 72168b8275
commit 409d671445

View File

@ -21,7 +21,7 @@
<link href="/static/third/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
<link href="/static/third/jquery/jquery-ui-1.8.23.custom.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link href="static/styles/zephyr.css" rel="stylesheet">
<link href="/static/styles/zephyr.css" rel="stylesheet">
{# We need to import jQuery before Bootstrap #}
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.min.js"></script>