diff options
| author | Mark Otto <[email protected]> | 2015-04-13 16:45:19 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-04-13 16:45:19 -0700 |
| commit | 982c255c28b88cce18eabd8c9aa34571dfb76484 (patch) | |
| tree | 1351637fe23b3ad56f46a2f52e6204769274f22c | |
| parent | f522f1841e543f2cc6d67771a90504b03d8ef661 (diff) | |
| parent | 2057124cf27a7aa02b03a0acb6d6a95a7aefd768 (diff) | |
| download | bootstrap-982c255c28b88cce18eabd8c9aa34571dfb76484.tar.xz bootstrap-982c255c28b88cce18eabd8c9aa34571dfb76484.zip | |
Merge branch 'v4' of https://github.com/twbs/derpstrap into v4
| -rw-r--r-- | scss/_print.scss | 13 |
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; |
