From 4e95e558db14a2de80c6cdfd5712c15c8130a951 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 28 Jun 2011 15:11:41 -0700 Subject: reseting baseline to 18px, fixing wells, moving pre styles for chili to docs --- lib/tables.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/tables.less') 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; } -- cgit v1.2.3