diff --git a/docs/base-css.html b/docs/base-css.html index acb656417..5c9d07b8e 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -431,81 +431,78 @@ For example, <code>section</code> should be wrapped as inline.
| 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 - Must be used within a <thead>
- |
-
- <caption>
- |
- - Description or summary of what the table holds, especially useful for screen readers - | -
| 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 + Must be used within a <thead>
+ |
+
+ <caption>
+ |
+ + Description or summary of what the table holds, especially useful for screen readers + | +
<table> <thead> @@ -522,8 +519,7 @@ For example, <code>section</code> should be wrapped as inline. </tbody> </table>-
| # | -First Name | -Last Name | -Username | -
|---|---|---|---|
| 1 | -Mark | -Otto | -@mdo | -
| 2 | -Jacob | -Thornton | -@fat | -
| 3 | -Larry | -the Bird | -
| # | +First Name | +Last Name | +Username | +
|---|---|---|---|
| 1 | +Mark | +Otto | +@mdo | +
| 2 | +Jacob | +Thornton | +@fat | +
| 3 | +Larry | +the Bird | +
Get a little fancy with your tables by adding zebra-striping—just add the .table-striped class.
Note: Striped tables use the :nth-child CSS selector and is not available in IE7-IE8.
Get a little fancy with your tables by adding zebra-striping—just add the .table-striped class.
Note: Striped tables use the :nth-child CSS selector and is not available in IE7-IE8.
<table class="table table-striped"> … </table>-
| # | -First Name | -Last Name | -Username | -
|---|---|---|---|
| 1 | -Mark | -Otto | -@mdo | -
| 2 | -Jacob | -Thornton | -@fat | -
| 3 | -Larry | -the Bird | -
| # | +First Name | +Last Name | +Username | +
|---|---|---|---|
| 1 | +Mark | +Otto | +@mdo | +
| 2 | +Jacob | +Thornton | +@fat | +
| 3 | +Larry | +the Bird | +
Add borders around the entire table and rounded corners for aesthetic purposes.
+Add borders around the entire table and rounded corners for aesthetic purposes.
<table class="table table-bordered"> … </table>-
| # | -First Name | -Last Name | -Username | -
|---|---|---|---|
| 1 | -Mark | -Otto | -@mdo | -
| Mark | -Otto | -@TwBootstrap | -|
| 2 | -Jacob | -Thornton | -@fat | -
| 3 | -Larry the Bird | -||
| # | +First Name | +Last Name | +Username | +
|---|---|---|---|
| 1 | +Mark | +Otto | +@mdo | +
| Mark | +Otto | +@TwBootstrap | +|
| 2 | +Jacob | +Thornton | +@fat | +
| 3 | +Larry the Bird | +||
Make your tables more compact by adding the .table-condensed class to cut table cell padding in half (from 8px to 4px).
Make your tables more compact by adding the .table-condensed class to cut table cell padding in half (from 8px to 4px).
<table class="table table-condensed"> … </table>-
| # | -First Name | -Last Name | -Username | -
|---|---|---|---|
| 1 | -Mark | -Otto | -@mdo | -
| 2 | -Jacob | -Thornton | -@fat | -
| 3 | -Larry the Bird | -||
| # | +First Name | +Last Name | +Username | +
|---|---|---|---|
| 1 | +Mark | +Otto | +@mdo | +
| 2 | +Jacob | +Thornton | +@fat | +
| 3 | +Larry the Bird | +||
Feel free to combine any of the table classes to achieve different looks by utilizing any of the available classes.
+Feel free to combine any of the table classes to achieve different looks by utilizing any of the available classes.
<table class="table table-striped table-bordered table-condensed"> ... </table>-
| - | Full name | -- | |
|---|---|---|---|
| # | -First Name | -Last Name | -Username | -
| 1 | -Mark | -Otto | -@mdo | -
| 2 | -Jacob | -Thornton | -@fat | -
| 3 | -Larry the Bird | -||
| + | Full name | ++ | |
|---|---|---|---|
| # | +First Name | +Last Name | +Username | +
| 1 | +Mark | +Otto | +@mdo | +
| 2 | +Jacob | +Thornton | +@fat | +
| 3 | +Larry the Bird | +||
| {{_i}}Tag{{/i}} | -{{_i}}Description{{/i}} | -
|---|---|
- <table>
- |
- - {{_i}}Wrapping element for displaying data in a tabular format{{/i}} - | -
- <thead>
- |
-
- {{_i}}Container element for table header rows (<tr>) to label table columns{{/i}}
- |
-
- <tbody>
- |
-
- {{_i}}Container element for table rows (<tr>) in the body of the table{{/i}}
- |
-
- <tr>
- |
-
- {{_i}}Container element for a set of table cells (<td> or <th>) that appears on a single row{{/i}}
- |
-
- <td>
- |
- - {{_i}}Default table cell{{/i}} - | -
- <th>
- |
-
- {{_i}}Special table cell for column (or row, depending on scope and placement) labels{{/i}} - {{_i}}Must be used within a <thead>{{/i}}
- |
-
- <caption>
- |
- - {{_i}}Description or summary of what the table holds, especially useful for screen readers{{/i}} - | -
| {{_i}}Tag{{/i}} | +{{_i}}Description{{/i}} | +
|---|---|
+ <table>
+ |
+ + {{_i}}Wrapping element for displaying data in a tabular format{{/i}} + | +
+ <thead>
+ |
+
+ {{_i}}Container element for table header rows (<tr>) to label table columns{{/i}}
+ |
+
+ <tbody>
+ |
+
+ {{_i}}Container element for table rows (<tr>) in the body of the table{{/i}}
+ |
+
+ <tr>
+ |
+
+ {{_i}}Container element for a set of table cells (<td> or <th>) that appears on a single row{{/i}}
+ |
+
+ <td>
+ |
+ + {{_i}}Default table cell{{/i}} + | +
+ <th>
+ |
+
+ {{_i}}Special table cell for column (or row, depending on scope and placement) labels{{/i}} + {{_i}}Must be used within a <thead>{{/i}}
+ |
+
+ <caption>
+ |
+ + {{_i}}Description or summary of what the table holds, especially useful for screen readers{{/i}} + | +
<table> <thead> @@ -453,8 +450,7 @@ </tbody> </table>-
| # | -{{_i}}First Name{{/i}} | -{{_i}}Last Name{{/i}} | -{{_i}}Username{{/i}} | -
|---|---|---|---|
| 1 | -Mark | -Otto | -@mdo | -
| 2 | -Jacob | -Thornton | -@fat | -
| 3 | -Larry | -the Bird | -
| # | +{{_i}}First Name{{/i}} | +{{_i}}Last Name{{/i}} | +{{_i}}Username{{/i}} | +
|---|---|---|---|
| 1 | +Mark | +Otto | +@mdo | +
| 2 | +Jacob | +Thornton | +@fat | +
| 3 | +Larry | +the Bird | +
{{_i}}Get a little fancy with your tables by adding zebra-striping—just add the .table-striped class.{{/i}}
{{_i}}Note: Striped tables use the :nth-child CSS selector and is not available in IE7-IE8.{{/i}}
{{_i}}Get a little fancy with your tables by adding zebra-striping—just add the .table-striped class.{{/i}}
{{_i}}Note: Striped tables use the :nth-child CSS selector and is not available in IE7-IE8.{{/i}}
<table class="table table-striped"> … </table>-
| # | -{{_i}}First Name{{/i}} | -{{_i}}Last Name{{/i}} | -{{_i}}Username{{/i}} | -
|---|---|---|---|
| 1 | -Mark | -Otto | -@mdo | -
| 2 | -Jacob | -Thornton | -@fat | -
| 3 | -Larry | -the Bird | -
| # | +{{_i}}First Name{{/i}} | +{{_i}}Last Name{{/i}} | +{{_i}}Username{{/i}} | +
|---|---|---|---|
| 1 | +Mark | +Otto | +@mdo | +
| 2 | +Jacob | +Thornton | +@fat | +
| 3 | +Larry | +the Bird | +
{{_i}}Add borders around the entire table and rounded corners for aesthetic purposes.{{/i}}
+{{_i}}Add borders around the entire table and rounded corners for aesthetic purposes.{{/i}}
<table class="table table-bordered"> … </table>-
| # | -{{_i}}First Name{{/i}} | -{{_i}}Last Name{{/i}} | -{{_i}}Username{{/i}} | -
|---|---|---|---|
| 1 | -Mark | -Otto | -@mdo | -
| Mark | -Otto | -@TwBootstrap | -|
| 2 | -Jacob | -Thornton | -@fat | -
| 3 | -Larry the Bird | -||
| # | +{{_i}}First Name{{/i}} | +{{_i}}Last Name{{/i}} | +{{_i}}Username{{/i}} | +
|---|---|---|---|
| 1 | +Mark | +Otto | +@mdo | +
| Mark | +Otto | +@TwBootstrap | +|
| 2 | +Jacob | +Thornton | +@fat | +
| 3 | +Larry the Bird | +||
{{_i}}Make your tables more compact by adding the .table-condensed class to cut table cell padding in half (from 8px to 4px).{{/i}}
{{_i}}Make your tables more compact by adding the .table-condensed class to cut table cell padding in half (from 8px to 4px).{{/i}}
<table class="table table-condensed"> … </table>-
| # | -{{_i}}First Name{{/i}} | -{{_i}}Last Name{{/i}} | -{{_i}}Username{{/i}} | -
|---|---|---|---|
| 1 | -Mark | -Otto | -@mdo | -
| 2 | -Jacob | -Thornton | -@fat | -
| 3 | -Larry the Bird | -||
| # | +{{_i}}First Name{{/i}} | +{{_i}}Last Name{{/i}} | +{{_i}}Username{{/i}} | +
|---|---|---|---|
| 1 | +Mark | +Otto | +@mdo | +
| 2 | +Jacob | +Thornton | +@fat | +
| 3 | +Larry the Bird | +||
{{_i}}Feel free to combine any of the table classes to achieve different looks by utilizing any of the available classes.{{/i}}
+{{_i}}Feel free to combine any of the table classes to achieve different looks by utilizing any of the available classes.{{/i}}
<table class="table table-striped table-bordered table-condensed"> ... </table>-
| - | {{_i}}Full name{{/i}} | -- | |
|---|---|---|---|
| # | -{{_i}}First Name{{/i}} | -{{_i}}Last Name{{/i}} | -{{_i}}Username{{/i}} | -
| 1 | -Mark | -Otto | -@mdo | -
| 2 | -Jacob | -Thornton | -@fat | -
| 3 | -Larry the Bird | -||
| + | {{_i}}Full name{{/i}} | ++ | |
|---|---|---|---|
| # | +{{_i}}First Name{{/i}} | +{{_i}}Last Name{{/i}} | +{{_i}}Username{{/i}} | +
| 1 | +Mark | +Otto | +@mdo | +
| 2 | +Jacob | +Thornton | +@fat | +
| 3 | +Larry the Bird | +||