Commit d4a5bf74 by Jolyon Bloomfield

Fixing links in print media (combined commit for rebase).

parent 73bbb892
...@@ -208,3 +208,4 @@ Sri Harsha Pamu <kmitharsha@gmail.com> ...@@ -208,3 +208,4 @@ Sri Harsha Pamu <kmitharsha@gmail.com>
Cris Ewing <cris@crisewing.com> Cris Ewing <cris@crisewing.com>
Carlos de La Guardia <carlos@jazkarta.com> Carlos de La Guardia <carlos@jazkarta.com>
Amir Qayyum Khan <amir.qayyum@arbisoft.com> Amir Qayyum Khan <amir.qayyum@arbisoft.com>
Jolyon Bloomfield <jolyon@mit.edu>
...@@ -86,9 +86,8 @@ td { vertical-align: top; } ...@@ -86,9 +86,8 @@ td { vertical-align: top; }
@media print { @media print {
* { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
a, a:visited { text-decoration: underline; } a, a:visited { text-decoration: underline; }
a[href]:after { content: " (" attr(href) ")"; }
abbr[title]:after { content: " (" attr(title) ")"; } abbr[title]:after { content: " (" attr(title) ")"; }
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } .ir a:after { content: ""; }
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
thead { display: table-header-group; } thead { display: table-header-group; }
tr, img { page-break-inside: avoid; } tr, img { page-break-inside: avoid; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment