diff options
| author | Mark Otto <[email protected]> | 2016-08-08 20:35:58 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-08-08 20:35:58 -0700 |
| commit | 935e0ccbaf1b709b3a302a4e27739c84c5133b0c (patch) | |
| tree | a599759f5fa7f30dda9b93436a1526b7bab543bb | |
| parent | 0416f761dddae04a1b4d3ce70afece518330ca4d (diff) | |
| download | bootstrap-935e0ccbaf1b709b3a302a4e27739c84c5133b0c.tar.xz bootstrap-935e0ccbaf1b709b3a302a4e27739c84c5133b0c.zip | |
fixes #20469 and #20473 without misuing dash
| -rw-r--r-- | scss/_tables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_tables.scss b/scss/_tables.scss index d865884ec..342c788c9 100644 --- a/scss/_tables.scss +++ b/scss/_tables.scss @@ -101,7 +101,7 @@ // Inverse styles // -// Same table markup, but inverted color scheme—dark background and light text. +// Same table markup, but inverted color scheme: dark background and light text. .thead-inverse { th { |
