]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
clean up use of mixins to highlight them appropriately in your fav editor
authorMark Otto <markdotto@gmail.com>
Sat, 28 Jan 2012 00:40:14 +0000 (16:40 -0800)
committerMark Otto <markdotto@gmail.com>
Sat, 28 Jan 2012 00:40:14 +0000 (16:40 -0800)
docs/assets/css/bootstrap.css
less/button-groups.less
less/buttons.less
less/forms.less
less/navbar.less
less/sprites.less

index b87a1c8048626ed7c58bb62daa1faa1aa7f7dba2..de895021a6ced36b6e7064456cbbaf22c9d81261 100644 (file)
@@ -6,7 +6,7 @@
  * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Fri Jan 27 16:35:26 PST 2012
+ * Date: Fri Jan 27 16:39:57 PST 2012
  */
 article,
 aside,
@@ -1944,7 +1944,7 @@ table .span12 {
   line-height: 1;
   color: #ffffff;
   color: rgba(255, 255, 255, 0.75);
-  background: #6a6a6a;
+  background: #666;
   background: rgba(255, 255, 255, 0.3);
   border: 1px solid #111;
   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
index a058f0344803db45d2e3134d31672b542bffa54a..fafc955848d6d6366e217906e7c7ae0cf015284f 100644 (file)
@@ -6,7 +6,7 @@
 .btn-group {
   position: relative;
   .clearfix(); // clears the floated buttons
-  .ie7-restore-left-whitespace;
+  .ie7-restore-left-whitespace();
 }
 
 // Space out series of button groups
@@ -18,7 +18,7 @@
 .btn-toolbar {
   .btn-group {
     display: inline-block;
-    .ie7-inline-block;
+    .ie7-inline-block();
   }
 }
 
index 75fe48f8a77b67626de7d123532f69497e47a1d2..95690401bfa4c2f9a9cb061e0b17515b8b267dac 100644 (file)
@@ -55,7 +55,7 @@
   .box-shadow(@shadow);
   cursor: pointer;
 
-  .ie7-restore-left-whitespace;
+  .ie7-restore-left-whitespace();
 
   &:hover {
     color: @grayDark;
index 52f5063f05b2b4d7488fb3c5c782beaeec65ac6b..c84d9a11ddaa91afa805e867a8fe81aa5375afb1 100644 (file)
@@ -377,7 +377,7 @@ select:focus:required:invalid {
 
 .help-inline {
   display: inline-block;
-  .ie7-inline-block;
+  .ie7-inline-block();
   margin-bottom: 9px;
   vertical-align: middle;
   padding-left: 5px;
index 7291eccebd1acbf260dde3ddd86e6961a92338bd..6f2b737c88d3a35d645af9889c7d6f5557052c5b 100644 (file)
@@ -76,7 +76,7 @@
     #font > .sans-serif(13px, normal, 1);
     color: @white;
     color: rgba(255,255,255,.75);
-    background: #6a6a6a;
+    background: #666;
     background: rgba(255,255,255,.3);
     border: 1px solid #111;
     @shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0px rgba(255,255,255,.15);
index ed456de1a5e69b8e3263f336d7b1403e11a2e838..ef4c0c74cf40480183851b7a900d5d7d60708263 100644 (file)
@@ -22,7 +22,7 @@
   width: 14px;
   height: 14px;
 
-  .ie7-restore-right-whitespace;
+  .ie7-restore-right-whitespace();
 }
 .icon.white {
   background-image: url(../img/glyphicons-halflings-white.png);