aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-11-30 16:16:24 -0800
committerMark Otto <[email protected]>2013-11-30 16:16:24 -0800
commit9bbdb87150dc8a324ce641380042fadd84d6d34e (patch)
tree51996da8e9dfed049cd0e9f69726b964f2dbaafc
parent6a2ca0ab3a00a41bcd3c274af552f8a6e5c408fc (diff)
downloadbootstrap-9bbdb87150dc8a324ce641380042fadd84d6d34e.tar.xz
bootstrap-9bbdb87150dc8a324ce641380042fadd84d6d34e.zip
Fixes #11420: Update migration guide on split of .visible-/.hidden-desktop into .visible-/.hidden-md and .visible-/.hidden-lg
-rw-r--r--getting-started.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/getting-started.html b/getting-started.html
index f879b9497..880d2ee48 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -379,7 +379,7 @@ bootstrap/
</tr>
<tr>
<td><code>.visible-desktop</code></td>
- <td><code>.visible-md</code></td>
+ <td>Split into <code>.visible-md .visible-lg</code></td>
</tr>
<tr>
<td><code>.hidden-phone</code></td>
@@ -391,7 +391,7 @@ bootstrap/
</tr>
<tr>
<td><code>.hidden-desktop</code></td>
- <td><code>.hidden-md</code></td>
+ <td>Split into <code>.hidden-md .hidden-lg</code></td>
</tr>
<tr>
<td><code>.input-small</code></td>