diff options
| author | Mark Otto <[email protected]> | 2011-08-21 17:06:37 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-08-21 17:06:37 -0700 |
| commit | 254e70550e2e10372736939702ee77072884bde2 (patch) | |
| tree | 37e72bf716480d20886e03aa0565a03451733eb2 /lib/preboot.less | |
| parent | 6db39d0ec3b48e299f8ced16e06bfa9e912b6be6 (diff) | |
| download | bootstrap-254e70550e2e10372736939702ee77072884bde2.tar.xz bootstrap-254e70550e2e10372736939702ee77072884bde2.zip | |
remove 60px top margin on body and tweak a few other things
Diffstat (limited to 'lib/preboot.less')
| -rw-r--r-- | lib/preboot.less | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/preboot.less b/lib/preboot.less index 941f2817c..8b913604a 100644 --- a/lib/preboot.less +++ b/lib/preboot.less @@ -20,7 +20,6 @@ // Accent Colors @blue: #049CDB; -@blueDark: #0064CD; @green: #46a546; @red: #9d261d; @yellow: #ffc40d; @@ -181,7 +180,7 @@ } // 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) { +/*.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; @@ -189,7 +188,7 @@ color: @textColor; font-size: @fontSize; line-height: @baseline; - border: 1px solid @borderColor; + border: 1px solid darken(@color, 10%); border-bottom-color: fadein(@borderColor, 15%); .border-radius(@borderRadius); @shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); @@ -199,7 +198,7 @@ color: @textColor; text-decoration: none; } -} +}*/ // Add an alphatransparency value to any background or border color (via Elyse Holladay) #translucent { |
