mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Update remaining tables to Bootstrap tables in docs by adding .table class
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user