print stuffs

This commit is contained in:
Dave Snider 2013-10-23 10:32:07 -07:00
parent 611de0ae04
commit cf5a1ee199

View File

@ -289,9 +289,11 @@ big, small {
} }
@media print { @media print {
html, body, section {
background: none !important;
}
* { * {
background: transparent !important;
color: black !important;
box-shadow: none !important; box-shadow: none !important;
text-shadow: none !important; text-shadow: none !important;
filter: none !important; filter: none !important;
@ -302,14 +304,6 @@ big, small {
text-decoration: underline; 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 { .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
content: ""; content: "";
} }