From 6ca071cd3a2f15d221d32b8231dd2177ffb81a8d Mon Sep 17 00:00:00 2001 From: Luis HGO Date: Wed, 27 Nov 2013 10:38:48 -0200 Subject: [PATCH] Fix for issue #715 --- css/print/pdf.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/print/pdf.css b/css/print/pdf.css index 7b66ee5..41f70c6 100644 --- a/css/print/pdf.css +++ b/css/print/pdf.css @@ -67,7 +67,7 @@ h1,h2,h3,h4,h5,h6 { the URL to the end of the link for usability. */ a:link, a:visited { - font-weight: bold; + font-weight: normal; text-decoration: underline; }