diff options
Diffstat (limited to 'less/type.less')
| -rw-r--r-- | less/type.less | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/less/type.less b/less/type.less index 91298f1c0..83455e828 100644 --- a/less/type.less +++ b/less/type.less @@ -76,10 +76,14 @@ p { // Ex: 14px base font * 85% = about 12px small, -.small { font-size: 85%; } +.small { + font-size: 85%; +} // Undo browser default styling -cite { font-style: normal; } +cite { + font-style: normal; +} mark, .mark { |
