From 58408b02329b620e4cd0c206bd9b4f5100f77a72 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 27 Aug 2013 09:21:09 -0700 Subject: [PATCH] Fixes #10154: add .small --- less/type.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/less/type.less b/less/type.less index b0423e982f..6e0b74e13f 100644 --- a/less/type.less +++ b/less/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; }