From: Mark Otto Date: Sun, 23 Jun 2013 17:24:50 +0000 (-0700) Subject: Fixes #8266: remove unnecessary `strong` and `em` styles X-Git-Tag: v3.0.0-rc1~242 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a47037ab0d4aa644f04499bd704a85561b58e73;p=thirdparty%2Fbootstrap.git Fixes #8266: remove unnecessary `strong` and `em` styles --- diff --git a/less/type.less b/less/type.less index 852f7f32fd..9892d55890 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