2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Fix component margin and padding values to use @line-height-computed

This commit is contained in:
Aaron
2013-05-10 09:21:27 -06:00
parent 90e4ff73d2
commit 94cc333553
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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,