]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update remaining tables to Bootstrap tables in docs by adding .table class
authorMark Otto <markdotto@gmail.com>
Mon, 15 Jul 2019 16:59:55 +0000 (09:59 -0700)
committerMark Otto <otto@github.com>
Mon, 22 Jul 2019 04:44:32 +0000 (21:44 -0700)
site/content/docs/4.3/components/alerts.md
site/content/docs/4.3/components/buttons.md
site/content/docs/4.3/components/dropdowns.md
site/content/docs/4.3/content/reboot.md
site/content/docs/4.3/content/typography.md
site/content/docs/4.3/utilities/display.md

index be1bf150404bdadc3dd3a22924c2a503d9686ce5..2f00b3759327fe4d521089166c35ab44dd1d7192 100644 (file)
@@ -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.)
 
-<table>
+<table class="table">
   <thead>
     <tr>
       <th>Method</th>
@@ -152,7 +152,7 @@ alert.close()
 
 Bootstrap's alert plugin exposes a few events for hooking into alert functionality.
 
-<table>
+<table class="table">
   <thead>
     <tr>
       <th>Event</th>
index 1839622e3792cc3fa9e199918a7047979fae6e6b..991dec7457ddbc770dc6a7039c3f2f29864a74b6 100644 (file)
@@ -159,7 +159,7 @@ var button = document.getElementById('myButton')
 var bsButton = new bootstrap.Button(button)
 {{< /highlight >}}
 
-<table>
+<table class="table">
   <thead>
     <tr>
       <th>Method</th>
index 3669f4d1c3e1bc07f9ec1079947033b930f1edce..8f4e914c719c8648d19cf7d2b9364400974a0be4 100644 (file)
@@ -862,7 +862,7 @@ Note when `boundary` is set to any value other than `'scrollParent'`, the style
 
 ### Methods
 
-<table>
+<table class="table">
   <thead>
     <tr>
       <th>Method</th>
@@ -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.
 
-<table>
+<table class="table">
   <thead>
     <tr>
       <th>Method</th>
index 41ff680db099e47cf68948b9a8b648b59fac04c7..7180992ae3e172b56993ea7ee0297c366d3a7ce8 100644 (file)
@@ -53,7 +53,7 @@ This `font-family` is applied to the `<body>` and automatically inherited global
 
 All heading elements—e.g., `<h1>`—and `<p>` are reset to have their `margin-top` removed. Headings have `margin-bottom: .5rem` added and paragraphs `margin-bottom: 1rem` for easy spacing.
 
-<table>
+<table class="table">
   <thead>
     <tr>
       <th>Heading</th>
index ad318dd1e5fccf102f1500ef181393b63052e1a8..201cf9381a8ea537c0328766972c838fadcf5c93 100644 (file)
@@ -22,7 +22,7 @@ These styles can be found within `_reboot.scss`, and the global variables are de
 
 All HTML headings, `<h1>` through `<h6>`, are available.
 
-<table>
+<table class="table">
   <thead>
     <tr>
       <th>Heading</th>
index 87eb715c09cb5dc56099c08d460549816c07c01b..ed3966a5fcb973041c5f6329eaf82df0ce7c3688 100644 (file)
@@ -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.
 
-<table>
+<table class="table">
   <thead>
     <tr>
       <th>Screen size</th>