]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
comment out button method with // so less doesn't compile it into source
authorJacob Thornton <jacobthornton@gmail.com>
Tue, 23 Aug 2011 05:02:31 +0000 (22:02 -0700)
committerJacob Thornton <jacobthornton@gmail.com>
Tue, 23 Aug 2011 05:02:31 +0000 (22:02 -0700)
bootstrap-1.1.0.css
lib/preboot.less

index 58bd541235fac775ea7dc143d9940c1c45c16ca9..f81b032de3ded491f6e945d296aca9d25cc3bcd2 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: Mon Aug 22 21:51:03 PDT 2011
+ * Date: Mon Aug 22 22:02:17 PDT 2011
  */
 /* Reset.less
  * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here      that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -121,26 +121,6 @@ aside {
 .container:after {
   clear: both;
 }
-/*.button(@color: #fff, @padding: 4px 14px, @textColor: #333, @textShadow: 0 1px 1px rgba(255,255,255,.75), @fontSize: 13px, @borderColor: rgba(0,0,0,.1), @borderRadius: 4px) {
-  display: inline-block;
-  #gradient > .vertical-three-colors(@color, @color, 0.25, darken(@color, 10%));
-  padding: @padding;
-  text-shadow: @textShadow;
-  color: @textColor;
-  font-size: @fontSize;
-  line-height: @baseline;
-  border: 1px solid;
-  border-color: #ccc #ccc #bbb;
-  border-color: borderColor borderColor fadein(@borderColor, 15%);
-  .border-radius(@borderRadius);
-  @shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
-  .box-shadow(@shadow);
-  &:hover {
-    background-position: 0 -15px;
-    color: @textColor;
-    text-decoration: none;
-  }
-}*/
 /*
  * Scaffolding
  * Basic and global styles for generating a grid system, structural layout, and page templates
index e4026b891597aff836a7d2febb48079a04e95ecb..370cbcdb81c4a333594565e85cf203ebc0cacbee 100644 (file)
 }
 
 // Buttons
-/*.button(@color: #fff, @padding: 4px 14px, @textColor: #333, @textShadow: 0 1px 1px rgba(255,255,255,.75), @fontSize: 13px, @borderColor: rgba(0,0,0,.1), @borderRadius: 4px) {
-  display: inline-block;
-  #gradient > .vertical-three-colors(@color, @color, 0.25, darken(@color, 10%));
-  padding: @padding;
-  text-shadow: @textShadow;
-  color: @textColor;
-  font-size: @fontSize;
-  line-height: @baseline;
-  border: 1px solid;
-  border-color: #ccc #ccc #bbb;
-  border-color: borderColor borderColor fadein(@borderColor, 15%);
-  .border-radius(@borderRadius);
-  @shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
-  .box-shadow(@shadow);
-  &:hover {
-    background-position: 0 -15px;
-    color: @textColor;
-    text-decoration: none;
-  }
-}*/
+/.button(@color: #fff, @padding: 4px 14px, @textColor: #333, @textShadow: 0 1px 1px rgba(255,255,255,.75), @fontSize: 13px, @borderColor: rgba(0,0,0,.1), @borderRadius: 4px) {
+//  display: inline-block;
+//  #gradient > .vertical-three-colors(@color, @color, 0.25, darken(@color, 10%));
+//  padding: @padding;
+//  text-shadow: @textShadow;
+//  color: @textColor;
+//  font-size: @fontSize;
+//  line-height: @baseline;
+//  border: 1px solid;
+//  border-color: #ccc #ccc #bbb;
+//  border-color: borderColor borderColor fadein(@borderColor, 15%);
+//  .border-radius(@borderRadius);
+//  @shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
+//  .box-shadow(@shadow);
+//  &:hover {
+//    background-position: 0 -15px;
+//    color: @textColor;
+//    text-decoration: none;
+//  }
+// }
 
 // Add an alphatransparency value to any background or border color (via Elyse Holladay)
 #translucent {