From 243fc873d9a5a07dd85b9809fc845557d482369a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 27 Jun 2011 17:15:26 -0700 Subject: mucho updato around buttons to fix some stuff that was introduced with the bootstrap update --- lib/preboot.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/preboot.less') 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); -- cgit v1.2.3