]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #10154: add .small
authorMark Otto <otto@github.com>
Tue, 27 Aug 2013 16:21:09 +0000 (09:21 -0700)
committerMark Otto <otto@github.com>
Tue, 27 Aug 2013 16:21:09 +0000 (09:21 -0700)
less/type.less

index b0423e982fd3238d5b1da46cda0c707f4cc97a6f..6e0b74e13ff20ddacbdef9b184a53985ed39e466 100644 (file)
@@ -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; }