2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

define button border size for ie

This commit is contained in:
Jacob Thornton
2011-08-21 13:26:01 -07:00
parent 96af4f6acf
commit 7c45f6cc7f
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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 13:22:36 PDT 2011
* Date: Sun Aug 21 13:25:57 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).
@@ -396,7 +396,7 @@ a:hover {
font-size: 13px;
line-height: 18px;
border: 1px solid rgba(0, 0, 0, 0.1);
border-bottom-color: #ddd;
border-bottom: 1px solid #ddd;
border-bottom-color: rgba(0, 0, 0, 0.25);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;