aboutsummaryrefslogtreecommitdiff
path: root/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
parent05d4932cadbcf5a7148f26483142cf347354a2d4 (diff)
downloadbootstrap-5ea66ba3b00659779dcdc4dae05e38cfe7a0da77.tar.xz
bootstrap-5ea66ba3b00659779dcdc4dae05e38cfe7a0da77.zip
Minor Spacing fixes
Flagged upstream in bootstrap-sass by scss-lint
Diffstat (limited to 'less')
-rw-r--r--less/alerts.less2
-rw-r--r--less/carousel.less4
-rw-r--r--less/input-groups.less8
-rw-r--r--less/navs.less2
-rw-r--r--less/type.less8
5 files changed, 17 insertions, 7 deletions
diff --git a/less/alerts.less b/less/alerts.less
index 3eab06629..c3afeb958 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 f06bc160a..1644ddf7f 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 a11147463..a8712f25b 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 9e729b39f..98a64307a 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 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 {