get rid of padding on tables

git-svn-id: http://svn.osgeo.org/postgis/trunk@4970 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Regina Obe 2009-12-01 22:40:07 +00:00
parent f2db0d70d0
commit 48f928d320

View file

@ -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}
*/