From 2a47037ab0d4aa644f04499bd704a85561b58e73 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 23 Jun 2013 10:24:50 -0700 Subject: [PATCH] Fixes #8266: remove unnecessary `strong` and `em` styles --- less/type.less | 2 -- 1 file changed, 2 deletions(-) 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