diff options
author | Luis HGO | 2013-11-27 10:38:48 -0200 |
---|---|---|
committer | Luis HGO | 2013-11-27 10:38:48 -0200 |
commit | 6ca071cd3a2f15d221d32b8231dd2177ffb81a8d (patch) | |
tree | e5d06e69e38dd1a089084789270d2f5654e0c8b2 /css/print | |
parent | 9da2921b7452204b99cd1b3e448e22735f16c751 (diff) |
Fix for issue #715
Diffstat (limited to 'css/print')
-rw-r--r-- | css/print/pdf.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |