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

rems: table padding

This commit is contained in:
Mark Otto
2014-07-08 17:39:29 -07:00
parent e6d64a5455
commit 6c7a6b4691
7 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -121,9 +121,9 @@
//## Customizes the `.table` component with basic values, each used across all table variations.
//** Padding for `<th>`s and `<td>`s.
@table-cell-padding: 8px;
@table-cell-padding: .6rem;
//** Padding for cells in `.table-condensed`.
@table-condensed-cell-padding: 5px;
@table-condensed-cell-padding: .3rem;
//** Default background color used for all tables.
@table-bg: transparent;