Mercurial > public > bravenewsurf
diff bns_website/templates/base.html @ 105:f3a275a53bc6
Use a local version of bootstrap 1.4.0.
Twitter stopped hosting the version we were using.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 15 Oct 2013 20:50:29 -0500 |
parents | 1bd48a82c3f2 |
children | 9ca05ec9b64e |
line wrap: on
line diff
--- a/bns_website/templates/base.html Sat Mar 09 18:03:07 2013 -0600 +++ b/bns_website/templates/base.html Tue Oct 15 20:50:29 2013 -0500 @@ -8,7 +8,7 @@ <meta charset="utf-8" /> {% block custom_meta %}{% endblock %} <link rel="shortcut icon" href="{{ STATIC_URL }}images/favicon.ico" /> -<link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.4.0/bootstrap.min.css" /> +<link rel="stylesheet" href="{{ STATIC_URL }}css/bootstrap.min.css" /> <link rel="stylesheet" href="{{ STATIC_URL }}css/fonts/future_bugler.css" /> {% block custom_css %}{% endblock %} <link rel="stylesheet" href="{{ STATIC_URL }}css/base.css" />