aboutsummaryrefslogtreecommitdiff
path: root/less/type.less
diff options
context:
space:
mode:
authorNick Schonning <[email protected]>2014-04-26 02:30:50 -0400
committerNick Schonning <[email protected]>2014-04-26 15:24:25 -0400
commit5ea66ba3b00659779dcdc4dae05e38cfe7a0da77 (patch)
tree5d17bd51eed67d725546334440be26876eef5b6f /less/type.less
parent05d4932cadbcf5a7148f26483142cf347354a2d4 (diff)
downloadbootstrap-5ea66ba3b00659779dcdc4dae05e38cfe7a0da77.tar.xz
bootstrap-5ea66ba3b00659779dcdc4dae05e38cfe7a0da77.zip
Minor Spacing fixes
Flagged upstream in bootstrap-sass by scss-lint
Diffstat (limited to 'less/type.less')
-rw-r--r--less/type.less8
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 {