diff options
| author | Mark Otto <[email protected]> | 2013-07-17 23:34:04 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-17 23:34:04 -0700 |
| commit | d3a139622e50a5bbb29255eaca701d815dee716b (patch) | |
| tree | 04d23216b0e328887d1247f08337de46053d2be4 /docs/assets/css/bootstrap.css | |
| parent | ba0c6cd57c74be0438a5026d89c67be97f8694d3 (diff) | |
| download | bootstrap-d3a139622e50a5bbb29255eaca701d815dee716b.tar.xz bootstrap-d3a139622e50a5bbb29255eaca701d815dee716b.zip | |
fixes #8491: add vars for table padding
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
