From 98d693ba7bff3b14f92fea198f8ad49ac44b4872 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 23 Jul 2014 21:03:46 -0700 Subject: Fixes #14142: Adding horizontal padding to captions in tables in panels. --- docs/dist/css/bootstrap.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/dist/css/bootstrap.css') 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; -- cgit v1.2.3