From 29fcfd9fa6bf480c92f982d9e9aea489c2bd92ca Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 27 Aug 2013 09:21:09 -0700 Subject: [PATCH] (less) Fixes #10154: add .small --- type.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/type.less b/type.less index b0423e982fd3..6e0b74e13ff2 100644 --- a/type.less +++ b/type.less @@ -25,7 +25,8 @@ p { // ------------------------- // Ex: 14px base font * 85% = about 12px -small { font-size: 85%; } +small, +.small { font-size: 85%; } // Undo browser default styling cite { font-style: normal; }