• Chris Rebert's avatar
    Remove half-assed inclusion of link URLs (hrefs) when printing · b9164b36
    Chris Rebert authored
    * 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.
    b9164b36
Name
Last commit
Last update
dist Loading commit data...
docs Loading commit data...
grunt Loading commit data...
js Loading commit data...
less/mixins Loading commit data...
scss Loading commit data...
test-infra Loading commit data...
.editorconfig Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CNAME Loading commit data...
CONTRIBUTING.md Loading commit data...
Gemfile Loading commit data...
Gemfile.lock Loading commit data...
Gruntfile.js Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
_config.yml Loading commit data...
bower.json Loading commit data...
composer.json Loading commit data...
package.js Loading commit data...
package.json Loading commit data...
sache.json Loading commit data...