aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/_print.scss13
1 files changed, 0 insertions, 13 deletions
diff --git a/scss/_print.scss b/scss/_print.scss
index 54f9bffab..4bbece544 100644
--- a/scss/_print.scss
+++ b/scss/_print.scss
@@ -9,9 +9,7 @@
*,
*:before,
*:after {
- color: #000 !important; // Black prints faster: h5bp.com/s
text-shadow: none !important;
- background: transparent !important;
box-shadow: none !important;
}
@@ -20,21 +18,10 @@
text-decoration: underline;
}
- a[href]:after {
- content: " (" attr(href) ")";
- }
-
abbr[title]:after {
content: " (" attr(title) ")";
}
- // Don't show links that are fragment identifiers,
- // or use the `javascript:` pseudo protocol
- a[href^="#"]:after,
- a[href^="javascript:"]:after {
- content: "";
- }
-
pre,
blockquote {
border: 1px solid #999;