diff options
| author | Mark Otto <[email protected]> | 2014-07-08 17:39:29 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-08 17:39:29 -0700 |
| commit | 6c7a6b4691746937a127c0834f48e3f3e1443c3e (patch) | |
| tree | 72eefea3de576b90d29cafb59ba8418e4d4ded82 /docs/dist/css/bootstrap.css | |
| parent | e6d64a54554c80b41807c7a74b882208c3e166ee (diff) | |
| download | bootstrap-6c7a6b4691746937a127c0834f48e3f3e1443c3e.tar.xz bootstrap-6c7a6b4691746937a127c0834f48e3f3e1443c3e.zip | |
rems: table padding
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index b8b80b98a..9f42daa8a 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -1431,7 +1431,7 @@ th { .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { - padding: 8px; + padding: .6rem; line-height: 1.5; vertical-align: top; border-top: 1px solid #ddd; @@ -1460,7 +1460,7 @@ th { .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td { - padding: 5px; + padding: .3rem; } .table-bordered { border: 1px solid #ddd; |
