aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-23 21:03:46 -0700
committerMark Otto <[email protected]>2014-07-23 21:03:46 -0700
commit98d693ba7bff3b14f92fea198f8ad49ac44b4872 (patch)
treea927a643acf673f3f4b1d8f67924627982506556 /docs/dist/css/bootstrap.css
parent7fcc6c78890de337808c1ea6f62f065a61cbb509 (diff)
downloadbootstrap-98d693ba7bff3b14f92fea198f8ad49ac44b4872.tar.xz
bootstrap-98d693ba7bff3b14f92fea198f8ad49ac44b4872.zip
Fixes #14142: Adding horizontal padding to captions in tables in panels.
Diffstat (limited to 'docs/dist/css/bootstrap.css')
-rw-r--r--docs/dist/css/bootstrap.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css
index a3675646e..b18c44b88 100644
--- a/docs/dist/css/bootstrap.css
+++ b/docs/dist/css/bootstrap.css
@@ -5110,6 +5110,12 @@ a.list-group-item-danger.active:focus {
.panel > .panel-collapse > .table {
margin-bottom: 0;
}
+.panel > .table caption,
+.panel > .table-responsive > .table caption,
+.panel > .panel-collapse > .table caption {
+ padding-right: 15px;
+ padding-left: 15px;
+}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-left-radius: 3px;