diff options
| author | Mark Otto <[email protected]> | 2013-07-28 09:38:12 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-28 09:38:12 -0700 |
| commit | 67e89ea2bf80adca18fc6245b8a706eda5e6d59d (patch) | |
| tree | 1d3e449aae4a79dc7fdda6fdca5b55347c390a95 | |
| parent | c947ab1c9aae66e0ea11288bf21c4a129d6d0c02 (diff) | |
| parent | 98a24cbd25fe93db17718c10031fb654b08e266c (diff) | |
| download | bootstrap-67e89ea2bf80adca18fc6245b8a706eda5e6d59d.tar.xz bootstrap-67e89ea2bf80adca18fc6245b8a706eda5e6d59d.zip | |
Merge pull request #8712 from claydiffrient/3.0.0-wip
Fix wording in 'hidden on...' to be in line with 3.0 wording.
| -rw-r--r-- | css.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1963,7 +1963,7 @@ For example, <code><section></code> should be wrapped as inline. </li> <li> <span class="visible-lg">Large</span> - <span class="hidden-lg">✔ Hidden on desktop</span> + <span class="hidden-lg">✔ Hidden on large</span> </li> </ul> |
