diff options
| author | Aaron <[email protected]> | 2013-05-10 09:21:27 -0600 |
|---|---|---|
| committer | Aaron <[email protected]> | 2013-05-10 09:21:27 -0600 |
| commit | 94cc3335536507124451de1c9ec673f7dfcb5c2a (patch) | |
| tree | 23471a86ed302a2101c1a322ea49eb5f75b665b7 /less/tables.less | |
| parent | 90e4ff73d25e426cf19bb84392510f78e2cd2fd8 (diff) | |
| download | bootstrap-94cc3335536507124451de1c9ec673f7dfcb5c2a.tar.xz bootstrap-94cc3335536507124451de1c9ec673f7dfcb5c2a.zip | |
Fix component margin and padding values to use @line-height-computed
Diffstat (limited to 'less/tables.less')
| -rw-r--r-- | less/tables.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/tables.less b/less/tables.less index 5c8fe82ad..fa5fd554b 100644 --- a/less/tables.less +++ b/less/tables.less @@ -17,7 +17,7 @@ th { .table { width: 100%; - margin-bottom: @line-height-base; + margin-bottom: @line-height-computed; // Cells thead > tr > th, tbody > tr > th, |
