diff options
| author | Jacob Thornton <[email protected]> | 2011-08-21 19:56:43 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-21 19:56:43 -0700 |
| commit | f17b2633adb016ef58423c083d2a377368fc51c7 (patch) | |
| tree | 6ca41b49c1b992e822b2e4fdf50f4b425b69209f /lib/patterns.less | |
| parent | c3143b47294df75eb830fb9156f9eef8fbaa956b (diff) | |
| download | bootstrap-f17b2633adb016ef58423c083d2a377368fc51c7.tar.xz bootstrap-f17b2633adb016ef58423c083d2a377368fc51c7.zip | |
fix btn borders ie7/ie8
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index cb89710f6..e92012240 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -286,11 +286,10 @@ div.page-header { // One-liner alert bars div.alert-message { - // TODO: Ask cloudhead how to do this fany filter elegantly. Less eval is returning strings with quotes ;_; + // TODO: Ask cloudhead how to do this fancy filter elegantly. Less eval is returning strings with quotes ;_; #gradient > .vertical(transparent, rgba(0,0,0,0.15)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#15000000')"; filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#15000000')"; - background-color: @grayLighter; margin-bottom: @baseline; padding: 8px 15px; |
