summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2013-11-12 21:54:57 +0200
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2013-11-12 21:54:57 +0200
commit9dc251f36fc1d183c901e83d63965bb20f9d6fc5 (patch)
tree01ac146f7d0b4566199567452230d780d7330832 /templates
parent0feec25bce9bf579cdeafb92fe51ad0a985432a3 (diff)
Import YUI's grids-min.css into codebase.
Imported file https://yui-s.yahooapis.com/3.3.0/build/cssgrids/grids-min.css to resolve http:/https: issues. Protocol-relative link (starting with //) won't work here as domain name also needs changing for SSL. As that file is merely few styles, just import it inside.
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html
index f2b4c1a..e58cea9 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -5,8 +5,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>{% block title %}Patchwork{% endblock %}</title>
<link rel="stylesheet" type="text/css" href="/css/patchmetrics.css"/>
- <link rel="stylesheet" type="text/css"
- href="http://yui.yahooapis.com/3.3.0/build/cssgrids/grids-min.css">
+ <link rel="stylesheet" type="text/css" href="/css/grids-min.css">
<script language="JavaScript" type="text/javascript" src="/js/common.js">
</script>
{% block headers %}{% endblock %}