From 48f928d3203a299b73c91fdef21d9f68d24dc9e4 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Tue, 1 Dec 2009 22:40:07 +0000 Subject: [PATCH] get rid of padding on tables git-svn-id: http://svn.osgeo.org/postgis/trunk@4970 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/html/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/html/style.css b/doc/html/style.css index 40a16dc56..8d859ff77 100644 --- a/doc/html/style.css +++ b/doc/html/style.css @@ -20,7 +20,7 @@ h2 { font-size: 22px; line-height: 22px; margin-bottom: 21px;} h3 { font-size: 16px; line-height: 18px; margin-bottom: 16px;} h4 { font-size: 14px; line-height: 16px; margin-bottom: 14px;} h5 { font-size: 13px; line-height: 10px; margin-bottom: 13px;} -table, td {padding: 0; } +table, td {border-collapse: collapse;} /*table, td {border: 1;padding: 0} */