aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-1.0.0.css
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-08-21 19:56:43 -0700
committerJacob Thornton <[email protected]>2011-08-21 19:56:43 -0700
commitf17b2633adb016ef58423c083d2a377368fc51c7 (patch)
tree6ca41b49c1b992e822b2e4fdf50f4b425b69209f /bootstrap-1.0.0.css
parentc3143b47294df75eb830fb9156f9eef8fbaa956b (diff)
downloadbootstrap-f17b2633adb016ef58423c083d2a377368fc51c7.tar.xz
bootstrap-f17b2633adb016ef58423c083d2a377368fc51c7.zip
fix btn borders ie7/ie8
Diffstat (limited to 'bootstrap-1.0.0.css')
-rw-r--r--bootstrap-1.0.0.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap-1.0.0.css b/bootstrap-1.0.0.css
index 31668772e..220af6d32 100644
--- a/bootstrap-1.0.0.css
+++ b/bootstrap-1.0.0.css
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Sun Aug 21 19:46:16 PDT 2011
+ * Date: Sun Aug 21 19:56:38 PDT 2011
*/
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -395,9 +395,9 @@ a:hover {
color: #333333;
font-size: 13px;
line-height: 18px;
- border: 1px solid rgba(0, 0, 0, 0.1);
- border-bottom: 1px solid #ccc;
- border-bottom-color: rgba(0, 0, 0, 0.25);
+ border: 1px solid;
+ border-color: #ccc #ccc #bbb;
+ border-color: borderColor borderColor rgba(0, 0, 0, 0.25);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;