1. 12 Mar, 2018 1 commit
  2. 04 Jan, 2018 1 commit
    • Mark Otto's avatar
      Print tweaks (#25164) · 20765b50
      Mark Otto authored
      * Add min-width to body when printing
      
      This should address some inconsistencies between browsers when printing. It applies a min-width to the body so that the content better resembles what your might see on your screen. I've made it a variable for easy customizing, too.
      
      * Don't underline buttons when printing
      
      * Add basic print styles for page and body size to create a semi-consistent print experience across browsers
      Unverified
      20765b50
  3. 03 Oct, 2017 1 commit
  4. 11 Jul, 2017 1 commit
  5. 04 Jan, 2017 1 commit
  6. 13 Nov, 2016 1 commit
  7. 06 Nov, 2016 1 commit
  8. 03 Oct, 2016 1 commit
  9. 02 Oct, 2016 1 commit
  10. 05 Sep, 2016 1 commit
  11. 11 Feb, 2016 1 commit
  12. 07 Feb, 2016 1 commit
  13. 06 Feb, 2016 1 commit
  14. 26 Jan, 2016 1 commit
  15. 21 Jan, 2016 1 commit
  16. 15 Nov, 2015 1 commit
  17. 24 Aug, 2015 1 commit
  18. 11 Apr, 2015 2 commits
    • 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
    • Chris Rebert's avatar
      Print with all the colors of the wind · d8423c05
      Chris Rebert authored
      Forcing black-and-white text & backgrounds is too harsh. Printing speed isn't everything.
      Users or authors can easily enable grayscale themselves if need be.
      d8423c05
  19. 17 Dec, 2014 1 commit
  20. 11 Dec, 2014 1 commit
  21. 02 Dec, 2014 1 commit
  22. 04 Aug, 2014 1 commit
  23. 23 Jan, 2014 1 commit
  24. 22 Jan, 2014 1 commit
  25. 26 Oct, 2013 2 commits
  26. 21 Oct, 2013 1 commit
  27. 19 Jul, 2013 1 commit
  28. 08 Jul, 2013 1 commit
  29. 18 Jun, 2013 1 commit
    • Mark Otto's avatar
      Fixes #7599: Improved print styles for a few key components · bcc3af4b
      Mark Otto authored
      * Updates `.table` to always enforce a solid white background
      * Update button groups and dropdowns to always use black carets
      * Add a 1px solid black border to labels (in the future we should add a
      border to these perhaps for better printing)
      bcc3af4b
  30. 09 May, 2013 1 commit
  31. 16 Mar, 2013 1 commit
  32. 01 Mar, 2013 1 commit
  33. 02 Feb, 2012 1 commit
  34. 27 Jan, 2012 1 commit
  35. 15 Jan, 2012 1 commit
  36. 27 Dec, 2011 1 commit