aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-03-09 22:06:12 -0700
committerMark Otto <[email protected]>2014-03-09 22:06:12 -0700
commit76883ff9b478935369613db5b59bd07b615a8140 (patch)
treeb037f8b9de5f5a621d2fe04bd3e1e9bd540ce821 /docs
parentccb17f110de8e90773a6ebfda9e35306d625dc78 (diff)
downloadbootstrap-76883ff9b478935369613db5b59bd07b615a8140.tar.xz
bootstrap-76883ff9b478935369613db5b59bd07b615a8140.zip
Copy change
Diffstat (limited to 'docs')
-rw-r--r--docs/css.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/css.html b/docs/css.html
index 56d7deb4d..16aa26a21 100644
--- a/docs/css.html
+++ b/docs/css.html
@@ -2743,7 +2743,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
</table>
</div>
- <p>The <code>.visible-*-*</code> classes for each breakpoint come in 3 variations, depending on the CSS <code>display</code> property value applied when the element is visible:</p>
+ <p>As of v3.2, the <code>.visible-*-*</code> classes for each breakpoint come in three variations, one for each CSS <code>display</code> property value listed below for visibility classes.</p>
<div class="table-responsive">
<table class="table table-bordered table-striped">
<thead>
@@ -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.1.0. They are approximately equivalent to <code>.visible-*-block</code>, except with additional special cases for <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</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>
<h2 id="responsive-utilities-print">Print classes</h2>
<p>Similar to the regular responsive classes, use these for toggling content for print.</p>