comparison 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
comparison
equal deleted inserted replaced
86:54f616fbd3c5 87:fbeda0f5f3be
86 */ 86 */
87 article.news { 87 article.news {
88 margin-bottom: 2em; 88 margin-bottom: 2em;
89 border-top: 2px solid DimGray; /* some other gray color might be better */ 89 border-top: 2px solid DimGray; /* some other gray color might be better */
90 } 90 }
91
92 /*
93 -----------------------------------------------
94 Fix for weird CSS font issue between jPlayer
95 Blue Monday skin, our CSS, and Webkit on OSX.
96 -----------------------------------------------
97 */
98 div.jp-audio, div.jp-video {
99 font-size:1.25em;
100 }
101