diff options
| author | Chris Rebert <[email protected]> | 2015-04-13 10:33:27 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-04-13 10:33:27 -0700 |
| commit | d4a28829388d6f77cf20cd58b0ef498b1f5e0a53 (patch) | |
| tree | 880c039f252a539181c6fa1d73d6bfc15c4dc593 | |
| parent | 6a2d4567197dd1072c5245bb64a4cd88a8b5d97d (diff) | |
| parent | b9164b3690d63187e91fcef39cc81aa8c066806d (diff) | |
| download | bootstrap-d4a28829388d6f77cf20cd58b0ef498b1f5e0a53.tar.xz bootstrap-d4a28829388d6f77cf20cd58b0ef498b1f5e0a53.zip | |
Merge pull request #106 from twbs/href-print
Remove half-assed inclusion of link URLs (hrefs) when printing
| -rw-r--r-- | scss/_print.scss | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/scss/_print.scss b/scss/_print.scss index 54f9bffab..44aeead49 100644 --- a/scss/_print.scss +++ b/scss/_print.scss @@ -20,21 +20,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; |
