2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

fixes #8491: add vars for table padding

This commit is contained in:
Mark Otto
2013-07-17 23:34:04 -07:00
parent ba0c6cd57c
commit d3a139622e
3 changed files with 6 additions and 3 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ th {
> tr {
> th,
> td {
padding: 8px;
padding: @table-cell-padding;
line-height: @line-height-base;
vertical-align: top;
border-top: 1px solid @table-border-color;
@@ -69,7 +69,7 @@ th {
> tr {
> th,
> td {
padding: 4px 5px;
padding: @table-condensed-cell-padding;
}
}
}