aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-08-21 13:26:01 -0700
committerJacob Thornton <[email protected]>2011-08-21 13:26:01 -0700
commit7c45f6cc7fb5dbf0cc76d6eb6e4b42ac7fdf15c3 (patch)
tree9c42e5088939616a1138e5e6b13d7a69e043f22b /lib
parent96af4f6acfcfb731d9772643fa8ef43ac514b02d (diff)
downloadbootstrap-7c45f6cc7fb5dbf0cc76d6eb6e4b42ac7fdf15c3.tar.xz
bootstrap-7c45f6cc7fb5dbf0cc76d6eb6e4b42ac7fdf15c3.zip
define button border size for ie
Diffstat (limited to 'lib')
-rw-r--r--lib/preboot.less2
1 files changed, 1 insertions, 1 deletions
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);