aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-08-22 22:02:31 -0700
committerJacob Thornton <[email protected]>2011-08-22 22:02:31 -0700
commit411b90e4ff02e56c8d6637e5aa1951eb00a040da (patch)
tree78e5eeefc308a85ad2acc7ddf2830b320523f922 /lib
parent40aba9ca1d1ab5e6288c2c1550e40c9263f5aa88 (diff)
downloadbootstrap-411b90e4ff02e56c8d6637e5aa1951eb00a040da.tar.xz
bootstrap-411b90e4ff02e56c8d6637e5aa1951eb00a040da.zip
comment out button method with // so less doesn't compile it into source
Diffstat (limited to 'lib')
-rw-r--r--lib/preboot.less40
1 files changed, 20 insertions, 20 deletions
diff --git a/lib/preboot.less b/lib/preboot.less
index e4026b891..370cbcdb8 100644
--- a/lib/preboot.less
+++ b/lib/preboot.less
@@ -181,26 +181,26 @@
}
// 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 {