aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-11-03 13:18:23 -0700
committerMark Otto <[email protected]>2012-11-03 13:18:23 -0700
commitead5dbeba5cd7acfa560bfb353f5e7c4f4a19256 (patch)
treeba2ef9a550b0bdc43f58ec151a66b99f9e812c57 /docs/components.html
parentfc42ac6a56a5ce4ad58ff3d817a369cd57345d1b (diff)
downloadbootstrap-ead5dbeba5cd7acfa560bfb353f5e7c4f4a19256.tar.xz
bootstrap-ead5dbeba5cd7acfa560bfb353f5e7c4f4a19256.zip
Fixes #5775: Collapse labels/badges
* When :empty, display: none; * Add documentation for change in behavior
Diffstat (limited to 'docs/components.html')
-rw-r--r--docs/components.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/components.html b/docs/components.html
index 1874470f4..a99a96b9b 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -1859,6 +1859,9 @@
</tbody>
</table>
+ <h3>Easily collapsible</h3>
+ <p>For easy implementation, labels and badges will simply collapse (via CSS's <code>:empty</code> selector) when no content exists within.</p>
+
</section>