Mercurial > public > bravenewsurf
comparison bns_website/templates/base.html @ 87:fbeda0f5f3be
Fix for odd Webkit CSS issue when using jPlayer Blue Monday skin and our CSS. All instances of the Future Bugler font on the Listen page were jaggie and smaller than expected.
author | Chris Ridgway <ckridgway@gmail.com> |
---|---|
date | Sun, 27 Nov 2011 15:06:26 -0600 |
parents | cf4e7eed74d3 |
children | 1bd48a82c3f2 |
comparison
equal
deleted
inserted
replaced
86:54f616fbd3c5 | 87:fbeda0f5f3be |
---|---|
8 <meta charset="utf-8" /> | 8 <meta charset="utf-8" /> |
9 {% block custom_meta %}{% endblock %} | 9 {% block custom_meta %}{% endblock %} |
10 <link rel="shortcut icon" href="{{ STATIC_URL }}images/favicon.ico" /> | 10 <link rel="shortcut icon" href="{{ STATIC_URL }}images/favicon.ico" /> |
11 <link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.4.0/bootstrap.min.css" /> | 11 <link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.4.0/bootstrap.min.css" /> |
12 <link rel="stylesheet" href="{{ STATIC_URL }}css/fonts/future_bugler.css" /> | 12 <link rel="stylesheet" href="{{ STATIC_URL }}css/fonts/future_bugler.css" /> |
13 {% block custom_css %}{% endblock %} | |
13 <link rel="stylesheet" href="{{ STATIC_URL }}css/base.css" /> | 14 <link rel="stylesheet" href="{{ STATIC_URL }}css/base.css" /> |
14 {% block custom_css %}{% endblock %} | |
15 {% block custom_js %}{% endblock %} | 15 {% block custom_js %}{% endblock %} |
16 </head> | 16 </head> |
17 <body>{% block begin_body %}{% endblock %} | 17 <body>{% block begin_body %}{% endblock %} |
18 | 18 |
19 <div class="container"> | 19 <div class="container"> |