Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-02-07 12:27:07 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-02-07 12:53:47 +0300
commitf0eb29cd5ee194c01b130e9dffe80439a4176b1b (patch)
treebb6ff8db0a024d25a1e84d03445b49fb48c813c8
parentb647dd056597903ba35e3eaf07c957d4220ef16a (diff)
Remove ToC from pages when we don't have (m)any headers.
-rw-r--r--site/docs/4.2/utilities/clearfix.md1
-rw-r--r--site/docs/4.2/utilities/close-icon.md1
-rw-r--r--site/docs/4.2/utilities/image-replacement.md1
-rw-r--r--site/docs/4.2/utilities/overflow.md1
-rw-r--r--site/docs/4.2/utilities/screenreaders.md1
-rw-r--r--site/docs/4.2/utilities/shadows.md1
6 files changed, 0 insertions, 6 deletions
diff --git a/site/docs/4.2/utilities/clearfix.md b/site/docs/4.2/utilities/clearfix.md
index f4cb084bf8..dcf93e9bbf 100644
--- a/site/docs/4.2/utilities/clearfix.md
+++ b/site/docs/4.2/utilities/clearfix.md
@@ -3,7 +3,6 @@ layout: docs
title: Clearfix
description: Quickly and easily clear floated content within a container by adding a clearfix utility.
group: utilities
-toc: true
---
Easily clear `float`s by adding `.clearfix` **to the parent element**. Can also be used as a mixin.
diff --git a/site/docs/4.2/utilities/close-icon.md b/site/docs/4.2/utilities/close-icon.md
index a848c012e7..3a8cb3c445 100644
--- a/site/docs/4.2/utilities/close-icon.md
+++ b/site/docs/4.2/utilities/close-icon.md
@@ -3,7 +3,6 @@ layout: docs
title: Close icon
description: Use a generic close icon for dismissing content like modals and alerts.
group: utilities
-toc: true
---
**Be sure to include text for screen readers**, as we've done with `aria-label`.
diff --git a/site/docs/4.2/utilities/image-replacement.md b/site/docs/4.2/utilities/image-replacement.md
index 9579100a4a..4c7decac55 100644
--- a/site/docs/4.2/utilities/image-replacement.md
+++ b/site/docs/4.2/utilities/image-replacement.md
@@ -3,7 +3,6 @@ layout: docs
title: Image replacement
description: Swap text for background images with the image replacement class.
group: utilities
-toc: true
---
{% capture callout %}
diff --git a/site/docs/4.2/utilities/overflow.md b/site/docs/4.2/utilities/overflow.md
index 33f6d757f1..2877c85b74 100644
--- a/site/docs/4.2/utilities/overflow.md
+++ b/site/docs/4.2/utilities/overflow.md
@@ -3,7 +3,6 @@ layout: docs
title: Overflow
description: Use these shorthand utilities for quickly configuring how content overflows an element.
group: utilities
-toc: true
---
Barebones `overflow` functionality is provided for two values by default, and they are not responsive.
diff --git a/site/docs/4.2/utilities/screenreaders.md b/site/docs/4.2/utilities/screenreaders.md
index 311102c6ad..e543bc9f21 100644
--- a/site/docs/4.2/utilities/screenreaders.md
+++ b/site/docs/4.2/utilities/screenreaders.md
@@ -3,7 +3,6 @@ layout: docs
title: Screenreaders
description: Use screenreader utilities to hide elements on all devices except screen readers.
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.
diff --git a/site/docs/4.2/utilities/shadows.md b/site/docs/4.2/utilities/shadows.md
index 5e8f5a8901..9c3e580440 100644
--- a/site/docs/4.2/utilities/shadows.md
+++ b/site/docs/4.2/utilities/shadows.md
@@ -3,7 +3,6 @@ layout: docs
title: Shadows
description: Add or remove shadows to elements with box-shadow utilities.
group: utilities
-toc: false
---
## Examples