diff options
| author | Mark Otto <[email protected]> | 2013-10-20 17:48:36 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-10-20 17:48:36 -0700 |
| commit | 6d5c5105fa4037604417972eb8d2ebfc766e9bc8 (patch) | |
| tree | 0309596dcd3029a4a8b424f86fbfa9e2abb63440 /dist/css/bootstrap.css | |
| parent | f45c05a97a4dda6a657ff89fcbfa283308d0b329 (diff) | |
| parent | bc76be5dcf0b872a736e0dbf2f2f373ca928234e (diff) | |
| download | bootstrap-6d5c5105fa4037604417972eb8d2ebfc766e9bc8.tar.xz bootstrap-6d5c5105fa4037604417972eb8d2ebfc766e9bc8.zip | |
Merge pull request #11186 from twbs/carousel_indicators_ie
Carousel indicators for IE8-9
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 88ab70837..8ced2d7e0 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -6438,6 +6438,8 @@ button.close { margin: 1px; text-indent: -999px; cursor: pointer; + background-color: #000 \9; + background-color: rgba(0, 0, 0, 0); border: 1px solid #ffffff; border-radius: 10px; } |
