Skip to content

Commit 47d5f34

Browse files
committed
Reduced the padding for compact tables. This hopefully fixes issue ietf-tools#1689.
- Legacy-Id: 9531
1 parent d0f05cf commit 47d5f34

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

bootstrap/dist/css/bootstrap.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bootstrap/dist/css/bootstrap.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bootstrap/dist/css/bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bootstrap/less/variables.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
//** Padding for `<th>`s and `<td>`s.
159159
@table-cell-padding: 8px;
160160
//** Padding for cells in `.table-condensed`.
161-
@table-condensed-cell-padding: 5px;
161+
@table-condensed-cell-padding: 3px;
162162

163163
//** Default background color used for all tables.
164164
@table-bg: transparent;

0 commit comments

Comments
 (0)