From 5ea66ba3b00659779dcdc4dae05e38cfe7a0da77 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Sat, 26 Apr 2014 02:30:50 -0400 Subject: Minor Spacing fixes Flagged upstream in bootstrap-sass by scss-lint --- less/type.less | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'less/type.less') 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 { -- cgit v1.2.3