18F / automated-testing-playbook

A set of principles, practices, idioms, and strategies pertaining to automated software testing and its adoption
http://pages.18f.gov/automated-testing-playbook
Other
53 stars 25 forks source link

make <strong> text explictly bold #9

Closed nathantypanski closed 9 years ago

nathantypanski commented 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.

This updates the CSS to explicitly set the font-weight to bold within <strong> tags, so the same behavior is seen between Firefox/Chrome.