diff options
| author | Mark Otto <[email protected]> | 2013-06-23 10:24:50 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-06-23 10:24:50 -0700 |
| commit | 2a47037ab0d4aa644f04499bd704a85561b58e73 (patch) | |
| tree | d96ba43d89b1ab1fab331b0e0d406b27ae1b3747 /less/type.less | |
| parent | 976322b2a682c1faf141f7f2241069defee790c6 (diff) | |
| download | bootstrap-2a47037ab0d4aa644f04499bd704a85561b58e73.tar.xz bootstrap-2a47037ab0d4aa644f04499bd704a85561b58e73.zip | |
Fixes #8266: remove unnecessary `strong` and `em` styles
Diffstat (limited to 'less/type.less')
| -rw-r--r-- | less/type.less | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/less/type.less b/less/type.less index 852f7f32f..9892d5589 100644 --- a/less/type.less +++ b/less/type.less @@ -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 |
