From 214a9734308375077f67db1d54bde6696719e4bd Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Fri, 24 Jul 2020 13:31:08 +0530 Subject: Update FPDF version --- pdf/fpdf/fpdf.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pdf/fpdf/fpdf.css') diff --git a/pdf/fpdf/fpdf.css b/pdf/fpdf/fpdf.css index 5db3377..dd2c540 100755 --- a/pdf/fpdf/fpdf.css +++ b/pdf/fpdf/fpdf.css @@ -1,6 +1,6 @@ body {font-family:"Times New Roman",serif} h1 {font:bold 135% Arial,sans-serif; color:#4000A0; margin-bottom:0.9em} -h2 {font:bold 100% Arial,sans-serif; color:#900000; margin-top:1.5em} +h2 {font:bold 95% Arial,sans-serif; color:#900000; margin-top:1.5em; margin-bottom:1em} dl.param dt {text-decoration:underline} dl.param dd {margin-top:1em; margin-bottom:1em} dl.param ul {margin-top:1em; margin-bottom:1em} -- cgit