Commit 2a47037a authored by Mark Otto's avatar Mark Otto

Fixes #8266: remove unnecessary `strong` and `em` styles

parent 976322b2
...@@ -23,8 +23,6 @@ p { ...@@ -23,8 +23,6 @@ p {
// Ex: 14px base font * 85% = about 12px // Ex: 14px base font * 85% = about 12px
small { font-size: 85%; } small { font-size: 85%; }
strong { font-weight: bold; }
em { font-style: italic; }
cite { font-style: normal; } cite { font-style: normal; }
// Utility classes // Utility classes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment