diff options
| author | Jacob Thornton <[email protected]> | 2011-08-21 21:09:54 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-21 21:09:54 -0700 |
| commit | 8ebdf4483f993da553fd966469cf34335685377a (patch) | |
| tree | 814a3fe82d7da8ea3ab61307e916824c36b1cf79 /lib/patterns.less | |
| parent | 1db73edc5f041eb7f497a23a28da885b2a7867f3 (diff) | |
| download | bootstrap-8ebdf4483f993da553fd966469cf34335685377a.tar.xz bootstrap-8ebdf4483f993da553fd966469cf34335685377a.zip | |
ie-6/7 hack for border colors
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index ef22e71b8..a19afaf82 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -470,6 +470,7 @@ border-right: 1px solid; border-right-color: #ddd; border-right-color: rgba(0,0,0,.15); + *border-right-color: #ddd; /* IE6-7 */ text-decoration: none; } a:hover, |
