diff options
| author | Mark Otto <[email protected]> | 2013-08-27 09:21:09 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-27 09:21:09 -0700 |
| commit | 58408b02329b620e4cd0c206bd9b4f5100f77a72 (patch) | |
| tree | 163489820a0427171e79f1509a960f9d28706a56 | |
| parent | 4f28fdd22787c2ff96d69d037760db0b7b40648d (diff) | |
| download | bootstrap-58408b02329b620e4cd0c206bd9b4f5100f77a72.tar.xz bootstrap-58408b02329b620e4cd0c206bd9b4f5100f77a72.zip | |
Fixes #10154: add .small
| -rw-r--r-- | less/type.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/less/type.less b/less/type.less index b0423e982..6e0b74e13 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; } |
