diff --git a/docs/_includes/docs-nav.html b/docs/_includes/docs-nav.html index 92674c4454..f7c4b6c98e 100644 --- a/docs/_includes/docs-nav.html +++ b/docs/_includes/docs-nav.html @@ -9,12 +9,64 @@
All HTML headings, <h1>
through <h6>
are available.
Bootstrap's global default font-size
is 14px, with a line-height
of 20px. This is applied to the <body>
and all paragraphs. In addition, <p>
(paragraphs) receive a bottom margin of half their line-height (10px by default).
Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam id dolor id nibh ultricies vehicula.
@@ -518,7 +518,7 @@ title: Bootstrap Documentation -Make use of HTML's default emphasis tags with lightweight styles.
Stylized implementation of HTML's <abbr>
element for abbreviations and acronyms to show the expanded version on hover. Abbreviations with a title
attribute have a light dotted bottom border and a help cursor on hover, providing additional context on hover.
Present contact information for the nearest ancestor or the entire body of work. Preserve formatting by ending all lines with <br>
.
For quoting blocks of content from another source within your document.
A list of items in which the order does not explicitly matter.
@@ -864,7 +864,7 @@ For example,<section>
should be wrapped as inline.
For basic styling—light padding and only horizontal dividers—add the base class .table
to any <table>
. It may seem super redundant, but given the widespread use of tables for other plugins like calendars and date pickers, we've opted to isolate our custom table styles.
Add .table-bordered
for borders and rounded corners.
Add .table-hover
to enable a hover state on table rows within a <tbody>
.
Tag | -Description | -
---|---|
- <table>
- |
- - Wrapping element for displaying data in a tabular format - | -
- <thead>
- |
-
- Container element for table header rows (<tr> ) to label table columns
- |
-
- <tbody>
- |
-
- Container element for table rows (<tr> ) in the body of the table
- |
-
- <tr>
- |
-
- Container element for a set of table cells (<td> or <th> ) that appears on a single row
- |
-
- <td>
- |
- - Default table cell - | -
- <th>
- |
- - Special table cell for column (or row, depending on scope and placement) labels - | -
- <caption>
- |
- - Description or summary of what the table holds, especially useful for screen readers - | -
... | -... | -... | -
---|---|---|
... | -... | -... | -
<section>
should be wrapped as inline.
Individual form controls automatically receive some global styling. By default, inputs are set to width: 100%;
.