diff options
| author | Mark Otto <[email protected]> | 2011-06-28 15:11:41 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-06-28 15:11:41 -0700 |
| commit | 4e95e558db14a2de80c6cdfd5712c15c8130a951 (patch) | |
| tree | fba6ce1ad1c748dcea295ee7e4f9bdb68c4ea552 /lib/tables.less | |
| parent | 01c5e74bb3a351feb0c83ff14fb22244647eb82b (diff) | |
| download | bootstrap-4e95e558db14a2de80c6cdfd5712c15c8130a951.tar.xz bootstrap-4e95e558db14a2de80c6cdfd5712c15c8130a951.zip | |
reseting baseline to 18px, fixing wells, moving pre styles for chili to docs
Diffstat (limited to 'lib/tables.less')
| -rw-r--r-- | lib/tables.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/tables.less b/lib/tables.less index 29405fa64..3f1b5ada8 100644 --- a/lib/tables.less +++ b/lib/tables.less @@ -13,9 +13,10 @@ table { padding: 0; text-align: left; border-collapse: separate; + font-size: 13px; th, td { padding: 10px 10px 9px; - line-height: @baseline; + line-height: @baseline * .75; vertical-align: middle; border-bottom: 1px solid #ddd; } |
