Fixes #10154: add .small

This commit is contained in:
Mark Otto 2013-08-27 09:21:09 -07:00
parent 4f28fdd227
commit 58408b0232

View 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; }