# HG changeset patch # User Chris Ridgway # Date 1322427986 21600 # Node ID fbeda0f5f3be36cd5a02e4319c07385ab6ff123c # Parent 54f616fbd3c593566d71dd5961d348e807835c4b 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. diff -r 54f616fbd3c5 -r fbeda0f5f3be bns_website/static/css/base.css --- a/bns_website/static/css/base.css Sat Nov 26 15:10:44 2011 -0600 +++ b/bns_website/static/css/base.css Sun Nov 27 15:06:26 2011 -0600 @@ -88,3 +88,14 @@ margin-bottom: 2em; border-top: 2px solid DimGray; /* some other gray color might be better */ } + +/* +----------------------------------------------- +Fix for weird CSS font issue between jPlayer +Blue Monday skin, our CSS, and Webkit on OSX. +----------------------------------------------- +*/ +div.jp-audio, div.jp-video { + font-size:1.25em; +} + diff -r 54f616fbd3c5 -r fbeda0f5f3be bns_website/templates/base.html --- a/bns_website/templates/base.html Sat Nov 26 15:10:44 2011 -0600 +++ b/bns_website/templates/base.html Sun Nov 27 15:06:26 2011 -0600 @@ -10,8 +10,8 @@ +{% block custom_css %}{% endblock %} -{% block custom_css %}{% endblock %} {% block custom_js %}{% endblock %} {% block begin_body %}{% endblock %}