diff options
| author | Jacob Thornton <[email protected]> | 2011-08-21 13:27:17 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-21 13:27:17 -0700 |
| commit | 0ca33aa1ba665fe82fe1f1a5863b62fb4b27ca71 (patch) | |
| tree | 80cf2d76e789422f8492a64bdee6a7a50f75f2d9 /bootstrap-1.0.0.css | |
| parent | 7c45f6cc7fb5dbf0cc76d6eb6e4b42ac7fdf15c3 (diff) | |
| download | bootstrap-0ca33aa1ba665fe82fe1f1a5863b62fb4b27ca71.tar.xz bootstrap-0ca33aa1ba665fe82fe1f1a5863b62fb4b27ca71.zip | |
darken shadow for ie
Diffstat (limited to 'bootstrap-1.0.0.css')
| -rw-r--r-- | bootstrap-1.0.0.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap-1.0.0.css b/bootstrap-1.0.0.css index f349be291..0124f3002 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 13:25:57 PDT 2011 + * Date: Sun Aug 21 13:27:14 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: 1px solid #ddd; + border-bottom: 1px solid #ccc; border-bottom-color: rgba(0, 0, 0, 0.25); -webkit-border-radius: 4px; -moz-border-radius: 4px; |
