fix for pdf printing styles with anchor links

This commit is contained in:
Tom Johnson 2017-06-28 14:30:54 -07:00
parent 2ae9227831
commit c205b55b46

View File

@ -18,7 +18,7 @@ a[href]::after {
}
a[href^="http:"]::after, a[href^="https:"]::after {
content: " (" attr(href) ")";
content: "";
}
a[href] {
@ -157,4 +157,3 @@ h1 { string-set: doctitle content() }
pre {
background-color: #fafafa;
}