]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Remove half-assed inclusion of link URLs (hrefs) when printing
authorChris Rebert <code@rebertia.com>
Sat, 11 Apr 2015 07:24:27 +0000 (00:24 -0700)
committerChris Rebert <code@rebertia.com>
Sat, 11 Apr 2015 07:24:27 +0000 (00:24 -0700)
commitb9164b3690d63187e91fcef39cc81aa8c066806d
tree880c039f252a539181c6fa1d73d6bfc15c4dc593
parent6a2d4567197dd1072c5245bb64a4cd88a8b5d97d
Remove half-assed inclusion of link URLs (hrefs) when printing

* Relative URLs were output as-is, which is suboptimal or even confusing for end-users
* Ditto for fragment identifiers
* Outputting long URLs inline with prose isn't good UX

JavaScript could potentially help with this (e.g. http://alistapart.com/article/improvingprint).
However, we're not currently interested in trying to tackle the hard problem of fancy print stylesheets/views
(particularly given the level of cross-browser inconsistency when it comes to printing).
So let's just keep things simple, vanilla, and unsurprising,
which should also make it easy for others to add their own print fanciness on top of Bootstrap.
scss/_print.scss