diff options
| author | Bardi Harborow <[email protected]> | 2019-02-28 00:23:17 +1100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-02-27 15:23:17 +0200 |
| commit | 428280574b50b3edf8d50170ddf827d4f0d14a7e (patch) | |
| tree | 51dd2f51573107157ac2be50381f462dc4bfdc38 | |
| parent | 427799d07560ab1e003ef423b0b9ae6d772e3638 (diff) | |
| download | bootstrap-428280574b50b3edf8d50170ddf827d4f0d14a7e.tar.xz bootstrap-428280574b50b3edf8d50170ddf827d4f0d14a7e.zip | |
Use .text-danger for IE not supported cell. (#28371)
| -rw-r--r-- | site/docs/4.3/getting-started/browsers-devices.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.3/getting-started/browsers-devices.md b/site/docs/4.3/getting-started/browsers-devices.md index dcb6ed22a..c9f5a4ac6 100644 --- a/site/docs/4.3/getting-started/browsers-devices.md +++ b/site/docs/4.3/getting-started/browsers-devices.md @@ -104,7 +104,7 @@ Similarly, the latest versions of most desktop browsers are supported. <th scope="row">Windows</th> <td class="text-success">Supported</td> <td class="text-success">Supported</td> - <td class="text-success">Not supported</td> + <td class="text-danger">Not supported</td> <td class="text-success">Supported</td> <td class="text-success">Supported</td> <td class="text-danger">Not supported</td> |
