Mercurial > public > bravenewsurf
diff bns_website/static/css/base.css @ 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 | ee3ab2585dc0 |
children | 5e58c3bad4ed |
line wrap: on
line diff
--- 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; +} +