Skip to content

Commit

Permalink
Fixes #14142: Adding horizontal padding to captions in tables in panels.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Jul 24, 2014
1 parent 7fcc6c7 commit 98d693b
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 4 deletions.
6 changes: 6 additions & 0 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.

6 changes: 6 additions & 0 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.

5 changes: 5 additions & 0 deletions less/panels.less
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@
> .table-responsive > .table,
> .panel-collapse > .table {
margin-bottom: 0;

caption {
padding-left: @panel-body-padding;
padding-right: @panel-body-padding;
}
}
// Add border top radius for first one
> .table:first-child,
Expand Down

0 comments on commit 98d693b

Please sign in to comment.