]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Minor Spacing fixes 13439/head
authorNick Schonning <nschonni@gmail.com>
Sat, 26 Apr 2014 06:30:50 +0000 (02:30 -0400)
committerNick Schonning <nschonni@gmail.com>
Sat, 26 Apr 2014 19:24:25 +0000 (15:24 -0400)
Flagged upstream in bootstrap-sass by scss-lint

less/alerts.less
less/carousel.less
less/input-groups.less
less/navs.less
less/type.less

index 3eab06629471de06e25c2576965aa536be44d28e..c3afeb958acdf0f67cecd744df7ebe4814306e80 100644 (file)
@@ -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 {
index f06bc160af5437886debf25b2871242d2779d494..1644ddf7f53162579a9a2e1bbf636437979ef7e8 100644 (file)
@@ -28,7 +28,9 @@
 
   > .active,
   > .next,
-  > .prev { display: block; }
+  > .prev {
+    display: block;
+  }
 
   > .active {
     left: 0;
index a111474630230d92318d554ac4b1206cb936afe2..a8712f25b935f6d13e3d7ea9471d354a7bccd4df 100644 (file)
 
 .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
index 9e729b39fe5e31b062c5e9644ae2fb58d0b829ec..98a64307acfd13faac31f186198b83aae5edb0b7 100644 (file)
 
   > li {
     float: none;
-     > a {
+    > a {
       text-align: center;
       margin-bottom: 5px;
     }
index 91298f1c00d975af957aef92d60bddbbf9bbc85f..83455e8283df7db51c5679cd2f10af37990abb12 100644 (file)
@@ -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 {