Skip to content

Commit

Permalink
rewrite all table styles to remove in selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Dec 19, 2014
1 parent 83b3252 commit 547f16b
Show file tree
Hide file tree
Showing 8 changed files with 107 additions and 237 deletions.
61 changes: 19 additions & 42 deletions dist/css/bootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/bootstrap.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/bootstrap.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/components/tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,13 @@ Add `.table-bordered` for borders on all sides of the table and cells.
</thead>
<tbody>
<tr>
<th scope="row">1</tg>
<th scope="row">1</th>
<td>Mark</td>
<td>Otto</td>
<td>@mdo</td>
</tr>
<tr>
<th scope="row">2</tg>
<th scope="row">2</th>
<td>Mark</td>
<td>Otto</td>
<td>@TwBootstrap</td>
Expand Down
61 changes: 19 additions & 42 deletions docs/dist/css/bootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/dist/css/bootstrap.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/dist/css/bootstrap.min.css

Large diffs are not rendered by default.

Loading

1 comment on commit 547f16b

@jesperronn
Copy link

@jesperronn jesperronn commented on 547f16b Sep 12, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's worth noting on this commit that it references #17021, specifically the item

"Remove most > selectors and replace with un-nested classes."

As of writing, tables are not mentioned in the list in the V4 tracker, henceforth I mention it here.

(maintainers, however, could add it to #17021 )

Please sign in to comment.