2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Fixes #14142: Adding horizontal padding to captions in tables in panels.

This commit is contained in:
Mark Otto
2014-07-23 21:03:46 -07:00
parent 7fcc6c7889
commit 98d693ba7b
7 changed files with 21 additions and 4 deletions
+5
View File
@@ -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,