1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-20 12:21:35 +02:00

Remove ToC from pages when we don't have (m)any headers.

This commit is contained in:
XhmikosR
2019-02-07 11:27:07 +02:00
parent b647dd0565
commit f0eb29cd5e
6 changed files with 0 additions and 6 deletions

View File

@@ -3,7 +3,6 @@ layout: docs
title: Clearfix title: Clearfix
description: Quickly and easily clear floated content within a container by adding a clearfix utility. description: Quickly and easily clear floated content within a container by adding a clearfix utility.
group: utilities group: utilities
toc: true
--- ---
Easily clear `float`s by adding `.clearfix` **to the parent element**. Can also be used as a mixin. Easily clear `float`s by adding `.clearfix` **to the parent element**. Can also be used as a mixin.

View File

@@ -3,7 +3,6 @@ layout: docs
title: Close icon title: Close icon
description: Use a generic close icon for dismissing content like modals and alerts. description: Use a generic close icon for dismissing content like modals and alerts.
group: utilities group: utilities
toc: true
--- ---
**Be sure to include text for screen readers**, as we've done with `aria-label`. **Be sure to include text for screen readers**, as we've done with `aria-label`.

View File

@@ -3,7 +3,6 @@ layout: docs
title: Image replacement title: Image replacement
description: Swap text for background images with the image replacement class. description: Swap text for background images with the image replacement class.
group: utilities group: utilities
toc: true
--- ---
{% capture callout %} {% capture callout %}

View File

@@ -3,7 +3,6 @@ layout: docs
title: Overflow title: Overflow
description: Use these shorthand utilities for quickly configuring how content overflows an element. description: Use these shorthand utilities for quickly configuring how content overflows an element.
group: utilities group: utilities
toc: true
--- ---
Barebones `overflow` functionality is provided for two values by default, and they are not responsive. Barebones `overflow` functionality is provided for two values by default, and they are not responsive.

View File

@@ -3,7 +3,6 @@ layout: docs
title: Screenreaders title: Screenreaders
description: Use screenreader utilities to hide elements on all devices except screen readers. description: Use screenreader utilities to hide elements on all devices except screen readers.
group: utilities group: utilities
toc: true
--- ---
Hide an element to all devices **except screen readers** with `.sr-only`. Combine `.sr-only` with `.sr-only-focusable` to show the element again when it's focused (e.g. by a keyboard-only user). Can also be used as mixins. Hide an element to all devices **except screen readers** with `.sr-only`. Combine `.sr-only` with `.sr-only-focusable` to show the element again when it's focused (e.g. by a keyboard-only user). Can also be used as mixins.

View File

@@ -3,7 +3,6 @@ layout: docs
title: Shadows title: Shadows
description: Add or remove shadows to elements with box-shadow utilities. description: Add or remove shadows to elements with box-shadow utilities.
group: utilities group: utilities
toc: false
--- ---
## Examples ## Examples