Mercurial > public > bravenewsurf
diff bns_website/templates/base.html @ 63:b0f4ea06c698
Update the Bootstrap CSS to version 1.4.0.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 19 Nov 2011 14:59:35 -0600 |
parents | a4e0b03e5c00 |
children | cf4e7eed74d3 |
line wrap: on
line diff
--- a/bns_website/templates/base.html Sat Nov 19 14:47:17 2011 -0600 +++ b/bns_website/templates/base.html Sat Nov 19 14:59:35 2011 -0600 @@ -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.3.0/bootstrap.min.css" /> +<link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.4.0/bootstrap.min.css" /> <link rel="stylesheet" href="{{ STATIC_URL }}css/base.css" /> {% block custom_css %}{% endblock %} {% block custom_js %}{% endblock %}