fix(css): Fix styling of strong, em, and other inlines (#24)

This fixes a bug that remains in base.css, where it used explicit font family names and classes

instead of relying on the browser to associate faces with styles.

Fixes #23
This commit is contained in:
Tom MacWright
2017-03-18 11:46:46 -04:00
committed by GitHub
parent 95c5d705a1
commit c4fefeb304
2 changed files with 12 additions and 101 deletions

View File

@ -1,3 +1,6 @@
## Our API
Welcome to coolcorp biz! This is our API documentation.
Welcome to coolcorp biz! This is our API documentation. This documentation
is generated from normal Markdown files using [docbox](https://github.com/tmcw/docbox),
so it can use Markdown syntax, like **bold**, *emphasis*, ~~strikethrough~~,
`code`, and more.