mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Fixes #10154: add .small
This commit is contained in:
parent
4f28fdd227
commit
58408b0232
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ p {
|
||||||
// -------------------------
|
// -------------------------
|
||||||
|
|
||||||
// Ex: 14px base font * 85% = about 12px
|
// Ex: 14px base font * 85% = about 12px
|
||||||
small { font-size: 85%; }
|
small,
|
||||||
|
.small { font-size: 85%; }
|
||||||
|
|
||||||
// Undo browser default styling
|
// Undo browser default styling
|
||||||
cite { font-style: normal; }
|
cite { font-style: normal; }
|
||||||
|
|
Loading…
Reference in a new issue