aboutsummaryrefslogtreecommitdiff
path: root/css/print
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2014-12-09 15:06:25 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2014-12-09 15:06:25 +0100
commitad9e93eae5850b7cd8513b4040e0b1b144a2f275 (patch)
treecc3aca92c1ba91254b789a7c61c46f8ffd3ba1f5 /css/print
parent8c76f85e34564e8fa2d38f2c2424ed4edc6d6c74 (diff)
downloadfreenode-live-2017-presentation-ad9e93eae5850b7cd8513b4040e0b1b144a2f275.tar
freenode-live-2017-presentation-ad9e93eae5850b7cd8513b4040e0b1b144a2f275.tar.gz
dont force links to be underlined in pdf
Diffstat (limited to 'css/print')
-rw-r--r--css/print/pdf.css13
1 files changed, 2 insertions, 11 deletions
diff --git a/css/print/pdf.css b/css/print/pdf.css
index 37454b6..2eb4cf2 100644
--- a/css/print/pdf.css
+++ b/css/print/pdf.css
@@ -56,22 +56,13 @@ h1,h2,h3,h4,h5,h6 {
text-shadow: 0 0 0 #000 !important;
}
-/* SECTION 5: Make hyperlinks more usable.
- Ensure links are underlined, and consider appending
- the URL to the end of the link for usability. */
-a:link,
-a:visited {
- font-weight: normal;
- text-decoration: underline;
-}
-
.reveal pre code {
overflow: hidden !important;
font-family: Courier, 'Courier New', monospace !important;
}
-/* SECTION 6: more reveal.js specific additions by @skypanther */
+/* SECTION 5: more reveal.js specific additions by @skypanther */
ul, ol, div, p {
visibility: visible;
position: static;
@@ -156,7 +147,7 @@ ul, ol, div, p {
top: 0;
left: 0;
width: 100%;
- z-index: 0;
+ z-index: -1;
}
/* All elements should be above the slide-background */
.reveal section>* {