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

This commit is contained in:
Jolyon Bloomfield
2015-04-03 15:06:41 -04:00
parent 73bbb89297
commit d4a5bf7490
2 changed files with 2 additions and 2 deletions

View File

@@ -208,3 +208,4 @@ Sri Harsha Pamu <kmitharsha@gmail.com>
Cris Ewing <cris@crisewing.com>
Carlos de La Guardia <carlos@jazkarta.com>
Amir Qayyum Khan <amir.qayyum@arbisoft.com>
Jolyon Bloomfield <jolyon@mit.edu>

View File

@@ -86,9 +86,8 @@ td { vertical-align: top; }
@media print {
* { 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[href]:after { content: " (" attr(href) ")"; }
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; }
thead { display: table-header-group; }
tr, img { page-break-inside: avoid; }