From 7c45f6cc7fb5dbf0cc76d6eb6e4b42ac7fdf15c3 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sun, 21 Aug 2011 13:26:01 -0700 Subject: define button border size for ie --- lib/preboot.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/preboot.less b/lib/preboot.less index 7ace1707a..99e2b8223 100644 --- a/lib/preboot.less +++ b/lib/preboot.less @@ -190,7 +190,7 @@ font-size: @fontSize; line-height: @baseline; border: 1px solid @borderColor; - border-bottom-color: #ddd; + border-bottom: 1px solid #ddd; 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); -- cgit v1.2.3