diff options
| author | Jacob Thornton <[email protected]> | 2011-08-21 21:20:51 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-21 21:20:51 -0700 |
| commit | d8d12e20b44d134a474192d57382e2469d4abe06 (patch) | |
| tree | e505405bb8760029e94dda9c8ca1eb234c42fca5 /lib | |
| parent | d90136b5850a39fc6b1291519662e27987598edc (diff) | |
| download | bootstrap-d8d12e20b44d134a474192d57382e2469d4abe06.tar.xz bootstrap-d8d12e20b44d134a474192d57382e2469d4abe06.zip | |
fix border for popover ie6-7
Diffstat (limited to 'lib')
| -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 9a5b24d7f..53063c12c 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -652,6 +652,7 @@ .inner { background-color: #333; background-color: rgba(0,0,0,.8); + *background-color: #333; /* IE 6-7 */ padding: 3px; overflow: hidden; width: 280px; |
