mirror of https://github.com/twbs/bootstrap.git
Fixes #8266: remove unnecessary `strong` and `em` styles
This commit is contained in:
parent
976322b2a6
commit
2a47037ab0
|
|
@ -23,8 +23,6 @@ p {
|
|||
// Ex: 14px base font * 85% = about 12px
|
||||
small { font-size: 85%; }
|
||||
|
||||
strong { font-weight: bold; }
|
||||
em { font-style: italic; }
|
||||
cite { font-style: normal; }
|
||||
|
||||
// Utility classes
|
||||
|
|
|
|||
Loading…
Reference in New Issue