mirror of
https://github.com/zulip/zulip.git
synced 2026-07-09 21:21:47 +08:00
Use absolute path for zephyr.css
(imported from commit 4bedaaebd160c6f0a4b9861a76376e44dadfeca0)
This commit is contained in:
parent
72168b8275
commit
409d671445
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user