From: Nick Schonning Date: Sat, 26 Apr 2014 06:30:50 +0000 (-0400) Subject: Minor Spacing fixes X-Git-Tag: v3.2.0~221^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ea66ba3b00659779dcdc4dae05e38cfe7a0da77;p=thirdparty%2Fbootstrap.git Minor Spacing fixes Flagged upstream in bootstrap-sass by scss-lint --- diff --git a/less/alerts.less b/less/alerts.less index 3eab066294..c3afeb958a 100644 --- a/less/alerts.less +++ b/less/alerts.less @@ -38,7 +38,7 @@ // Expand the right padding and account for the close button's positioning. .alert-dismissable { - padding-right: (@alert-padding + 20); + padding-right: (@alert-padding + 20); // Adjust close link position .close { diff --git a/less/carousel.less b/less/carousel.less index f06bc160af..1644ddf7f5 100644 --- a/less/carousel.less +++ b/less/carousel.less @@ -28,7 +28,9 @@ > .active, > .next, - > .prev { display: block; } + > .prev { + display: block; + } > .active { left: 0; diff --git a/less/input-groups.less b/less/input-groups.less index a111474630..a8712f25b9 100644 --- a/less/input-groups.less +++ b/less/input-groups.less @@ -39,10 +39,14 @@ .input-group-lg > .form-control, .input-group-lg > .input-group-addon, -.input-group-lg > .input-group-btn > .btn { .input-lg(); } +.input-group-lg > .input-group-btn > .btn { + .input-lg(); +} .input-group-sm > .form-control, .input-group-sm > .input-group-addon, -.input-group-sm > .input-group-btn > .btn { .input-sm(); } +.input-group-sm > .input-group-btn > .btn { + .input-sm(); +} // Display as table-cell diff --git a/less/navs.less b/less/navs.less index 9e729b39fe..98a64307ac 100644 --- a/less/navs.less +++ b/less/navs.less @@ -162,7 +162,7 @@ > li { float: none; - > a { + > a { text-align: center; margin-bottom: 5px; } diff --git a/less/type.less b/less/type.less index 91298f1c00..83455e8283 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 {