From d3a139622e50a5bbb29255eaca701d815dee716b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 17 Jul 2013 23:34:04 -0700 Subject: fixes #8491: add vars for table padding --- docs/assets/css/bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 83e16a613..e625405e2 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1147,7 +1147,7 @@ th { .table-condensed thead > tr > td, .table-condensed tbody > tr > td, .table-condensed tfoot > tr > td { - padding: 4px 5px; + padding: 5px; } .table-bordered { -- cgit v1.2.3