From: Mark Otto Date: Tue, 27 Aug 2013 16:21:09 +0000 (-0700) Subject: Fixes #10154: add .small X-Git-Tag: v3.0.1~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58408b02329b620e4cd0c206bd9b4f5100f77a72;p=thirdparty%2Fbootstrap.git Fixes #10154: add .small --- 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; }