1. 16 Apr, 2015 8 commits
  2. 15 Apr, 2015 8 commits
  3. 14 Apr, 2015 4 commits
  4. 13 Apr, 2015 5 commits
  5. 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
  6. 05 Apr, 2015 1 commit
  7. 31 Mar, 2015 8 commits
  8. 29 Mar, 2015 4 commits
    • Mark Otto's avatar
      grunt dist and docs · 6a2d4567
      Mark Otto authored
      6a2d4567
    • Mark Otto's avatar
      fix order · ef0b88f6
      Mark Otto authored
      ef0b88f6
    • Mark Otto's avatar
      fixes · 2f7bfb44
      Mark Otto authored
      2f7bfb44
    • Mark Otto's avatar
      Merge branch 'master' into v4 · 58082cd8
      Mark Otto authored
      Conflicts:
      	.gitignore
      	Gruntfile.js
      	_config.yml
      	dist/css/bootstrap-theme.css
      	dist/css/bootstrap-theme.min.css
      	dist/css/bootstrap.css
      	dist/css/bootstrap.css.map
      	dist/css/bootstrap.min.css
      	dist/js/bootstrap.js
      	dist/js/bootstrap.min.js
      	docs/_includes/components/navbar.html
      	docs/_includes/components/progress-bars.html
      	docs/_includes/css/grid.html
      	docs/_includes/css/overview.html
      	docs/_includes/customizer-variables.html
      	docs/_includes/getting-started/accessibility.html
      	docs/_includes/getting-started/browser-device-support.html
      	docs/_includes/getting-started/community.html
      	docs/_includes/getting-started/disabling-responsiveness.html
      	docs/_includes/getting-started/download.html
      	docs/_includes/getting-started/examples.html
      	docs/_includes/getting-started/license.html
      	docs/_includes/getting-started/third-party-support.html
      	docs/_includes/js/alerts.html
      	docs/_includes/js/buttons.html
      	docs/_includes/js/carousel.html
      	docs/_includes/js/collapse.html
      	docs/_include...
      58082cd8