]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Less: Remove empty lines and blanks. 14453/head
authorvsn4ik <vsn4ik@gmail.com>
Mon, 25 Aug 2014 22:24:09 +0000 (02:24 +0400)
committervsn4ik <vsn4ik@gmail.com>
Mon, 25 Aug 2014 22:24:09 +0000 (02:24 +0400)
less/dropdowns.less
less/list-group.less
less/mixins/labels.less
less/pager.less
less/popovers.less
less/print.less
less/variables.less

index b25b6aacde26aee5df0ba23061f9742d2758ebbc..742c912658ffee07e7bc17edf70eae51ce089c2b 100644 (file)
     }
   }
 }
-
index 7d857cfd3ae9bf3703cd1af64a88aab81f049fbb..1e62d3b94d31292cda33f1f30eb06b48ca19cc05 100644 (file)
@@ -75,7 +75,7 @@ a.list-group-item {
     background-color: @list-group-disabled-bg;
     color: @list-group-disabled-color;
     cursor: not-allowed;
-    
+
     // Force color to inherit for custom content
     .list-group-item-heading {
       color: inherit;
index 6f9e490b8ec2cf8c42732ffc0af0b78c2b1d1914..9f7a67ee3d08a03ad10277d703805d315cd43d54 100644 (file)
@@ -2,7 +2,7 @@
 
 .label-variant(@color) {
   background-color: @color;
-  
+
   &[href] {
     &:hover,
     &:focus {
index 59103f4452586a16f1bebdaf7b0b9d477d8a55e7..73a660d64e107364e49cdb8fdb8308fb97c75232 100644 (file)
@@ -51,5 +51,4 @@
       cursor: not-allowed;
     }
   }
-
 }
index 3abd0598f750afa92b01b167b72dcf20a6f195d6..ab720f2fb0cf7d2b80c026422014c9f6423321f1 100644 (file)
       bottom: -@popover-arrow-width;
     }
   }
-
 }
index 3655d03953ac830ecd86b55f247ea89b19000996..473f361b9bc5019e7c182667d3da5aa19602a9de 100644 (file)
@@ -4,7 +4,6 @@
 // Source: https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css
 
 @media print {
-
   * {
     text-shadow: none !important;
     color: #000 !important; // Black prints faster: h5bp.com/s
@@ -97,5 +96,4 @@
       border: 1px solid #ddd !important;
     }
   }
-
 }
index d6a972ff65018f3d43ee1452bba2c16766bdef11..5be258be77acf166bd22f718a0780ed714aebb59 100644 (file)
 @dl-horizontal-offset:        @component-offset-horizontal;
 //** Horizontal line color.
 @hr-border:                   @gray-lighter;
-
-