aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-03-09 22:06:51 -0700
committerMark Otto <[email protected]>2014-03-09 22:06:51 -0700
commit7bef778c48cd8e4dad69c4f843899ec7b7c64f93 (patch)
treec6ed8bc7ff97668b85d0d22ec692dafe46dac59e
parent30deb5697c08c885b5b7fedac6c40c13d7aa034b (diff)
downloadbootstrap-7bef778c48cd8e4dad69c4f843899ec7b7c64f93.tar.xz
bootstrap-7bef778c48cd8e4dad69c4f843899ec7b7c64f93.zip
http://www.youtube.com/watch?v=AJWtLf4-WWs
-rw-r--r--docs/css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/css.html b/docs/css.html
index 16aa26a21..8538425f3 100644
--- a/docs/css.html
+++ b/docs/css.html
@@ -2769,7 +2769,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
</table>
</div>
<p>So, for extra small (<code>xs</code>) screens for example, the available <code>.visible-*-*</code> classes are: <code>.visible-xs-block</code>, <code>.visible-xs-inline</code>, and <code>.visible-xs-inline-block</code>.</p>
- <p>The classes <code>.visible-xs</code>, <code>.visible-sm</code>, <code>.visible-md</code>, and <code>.visible-lg</code> also exist, but are <strong>deprecated</strong> as of v3.2. They are approximately equivalent to <code>.visible-*-block</code>, except with additional special cases for toggling <code>&lt;table&gt;</code>-related elements.</p>
+ <p>The classes <code>.visible-xs</code>, <code>.visible-sm</code>, <code>.visible-md</code>, and <code>.visible-lg</code> also exist, but are <strong>deprecated as of v3.2</strong>. They are approximately equivalent to <code>.visible-*-block</code>, except with additional special cases for toggling <code>&lt;table&gt;</code>-related elements.</p>
<h2 id="responsive-utilities-print">Print classes</h2>
<p>Similar to the regular responsive classes, use these for toggling content for print.</p>