diff options
| author | Mark Otto <[email protected]> | 2011-06-27 17:15:26 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-06-27 17:15:26 -0700 |
| commit | 243fc873d9a5a07dd85b9809fc845557d482369a (patch) | |
| tree | 894507d39c30adbce07fbc257be6a9c2219d38da /lib/preboot.less | |
| parent | dd769f9a6e4419f0588a4c947961ae148fdb3671 (diff) | |
| download | bootstrap-243fc873d9a5a07dd85b9809fc845557d482369a.tar.xz bootstrap-243fc873d9a5a07dd85b9809fc845557d482369a.zip | |
mucho updato around buttons to fix some stuff that was introduced with the bootstrap update
Diffstat (limited to 'lib/preboot.less')
| -rw-r--r-- | lib/preboot.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/preboot.less b/lib/preboot.less index 70ac9265c..f7c5c9ba9 100644 --- a/lib/preboot.less +++ b/lib/preboot.less @@ -8,7 +8,7 @@ -------------------------------------------------- */ // Links -@linkColor: #08b5fb; +@linkColor: #0069d6; @linkColorHover: darken(@linkColor, 10); // Grays @@ -178,7 +178,7 @@ text-shadow: @textShadow; color: @textColor; font-size: @fontSize; - line-height: 20px; + line-height: @baseline; .border-radius(@borderRadius); @shadow: inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 0 rgba(0,0,0,.2), 0 1px 2px rgba(0,0,0,.25); .box-shadow(@shadow); |
