Closed nathantypanski closed 9 years ago
Using Firefox 36, the <strong> elements in this document were not explictly rendered as bold - they just had the same text width.
<strong>
This updates the CSS to explicitly set the font-weight to bold within <strong> tags, so the same behavior is seen between Firefox/Chrome.
Using Firefox 36, the
<strong>
elements in this document were not explictly rendered as bold - they just had the same text width.This updates the CSS to explicitly set the font-weight to bold within
<strong>
tags, so the same behavior is seen between Firefox/Chrome.