From af9d6c3dd3a3c84ef2f1d13eddeb7c989d121923 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 15 Jul 2019 09:59:55 -0700 Subject: [PATCH] Update remaining tables to Bootstrap tables in docs by adding .table class --- site/content/docs/4.3/components/alerts.md | 4 ++-- site/content/docs/4.3/components/buttons.md | 2 +- site/content/docs/4.3/components/dropdowns.md | 4 ++-- site/content/docs/4.3/content/reboot.md | 2 +- site/content/docs/4.3/content/typography.md | 2 +- site/content/docs/4.3/utilities/display.md | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/site/content/docs/4.3/components/alerts.md b/site/content/docs/4.3/components/alerts.md index be1bf15040..2f00b37593 100644 --- a/site/content/docs/4.3/components/alerts.md +++ b/site/content/docs/4.3/components/alerts.md @@ -107,7 +107,7 @@ var bsAlert = new bootstrap.Alert(myAlert) This makes an alert listen for click events on descendant elements which have the `data-dismiss="alert"` attribute. (Not necessary when using the data-api's auto-initialization.) - +
@@ -152,7 +152,7 @@ alert.close() Bootstrap's alert plugin exposes a few events for hooking into alert functionality. -
Method
+
diff --git a/site/content/docs/4.3/components/buttons.md b/site/content/docs/4.3/components/buttons.md index 1839622e37..991dec7457 100644 --- a/site/content/docs/4.3/components/buttons.md +++ b/site/content/docs/4.3/components/buttons.md @@ -159,7 +159,7 @@ var button = document.getElementById('myButton') var bsButton = new bootstrap.Button(button) {{< /highlight >}} -
Event
+
diff --git a/site/content/docs/4.3/components/dropdowns.md b/site/content/docs/4.3/components/dropdowns.md index 3669f4d1c3..8f4e914c71 100644 --- a/site/content/docs/4.3/components/dropdowns.md +++ b/site/content/docs/4.3/components/dropdowns.md @@ -862,7 +862,7 @@ Note when `boundary` is set to any value other than `'scrollParent'`, the style ### Methods -
Method
+
@@ -914,7 +914,7 @@ Note when `boundary` is set to any value other than `'scrollParent'`, the style All dropdown events are fired at the `.dropdown-menu`'s parent element and have a `relatedTarget` property, whose value is the toggling anchor element. `hide.bs.dropdown` and `hidden.bs.dropdown` events have a `clickEvent` property (only when the original Event type is `click`) that contains an Event Object for the click event. -
Method
+
diff --git a/site/content/docs/4.3/content/reboot.md b/site/content/docs/4.3/content/reboot.md index 41ff680db0..7180992ae3 100644 --- a/site/content/docs/4.3/content/reboot.md +++ b/site/content/docs/4.3/content/reboot.md @@ -53,7 +53,7 @@ This `font-family` is applied to the `` and automatically inherited global All heading elements—e.g., `

`—and `

` are reset to have their `margin-top` removed. Headings have `margin-bottom: .5rem` added and paragraphs `margin-bottom: 1rem` for easy spacing. -

Method
+
diff --git a/site/content/docs/4.3/content/typography.md b/site/content/docs/4.3/content/typography.md index ad318dd1e5..201cf9381a 100644 --- a/site/content/docs/4.3/content/typography.md +++ b/site/content/docs/4.3/content/typography.md @@ -22,7 +22,7 @@ These styles can be found within `_reboot.scss`, and the global variables are de All HTML headings, `

` through `

`, are available. -
Heading
+
diff --git a/site/content/docs/4.3/utilities/display.md b/site/content/docs/4.3/utilities/display.md index 87eb715c09..ed3966a5fc 100644 --- a/site/content/docs/4.3/utilities/display.md +++ b/site/content/docs/4.3/utilities/display.md @@ -55,7 +55,7 @@ To hide elements simply use the `.d-none` class or one of the `.d-{sm,md,lg,xl}- To show an element only on a given interval of screen sizes you can combine one `.d-*-none` class with a `.d-*-*` class, for example `.d-none .d-md-block .d-xl-none` will hide the element for all screen sizes except on medium and large devices. -
Heading
+
Screen size