diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-11-27 09:13:39 -0500 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-11-27 09:13:39 -0500 |
commit | c7595b29a9edb520d4957a7dcf7ecdce56d4dc27 (patch) | |
tree | dca68e51779adc33a65685f5b906df4ac8db1d4b /css | |
parent | 740f472ce247958eed5ae7eca0596f1745030f78 (diff) | |
parent | 6ca071cd3a2f15d221d32b8231dd2177ffb81a8d (diff) | |
download | perl-software-in-gnu-guix-c7595b29a9edb520d4957a7dcf7ecdce56d4dc27.tar perl-software-in-gnu-guix-c7595b29a9edb520d4957a7dcf7ecdce56d4dc27.tar.gz |
Merge branch 'patch-1' of https://github.com/luishgo/reveal.js into dev
Diffstat (limited to 'css')
-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; } |