1. 17 Apr, 2015 3 commits
  2. 31 Mar, 2015 1 commit
  3. 28 Mar, 2015 1 commit
    • Chris Rebert's avatar
      Revert "Images are responsive by default" · 763d77e2
      Chris Rebert authored
      This reverts commit d29f851e.
      
      Making <img>s responsive by-default without opt-in can severely break
      third-party widgets such as Google Maps.
      This was an acknowledged problem in Bootstrap v2
      (see https://github.com/twbs/bootstrap/issues/1506 ) and was fixed in v3
      by requiring the .img-responsive class for explicit opt-in
      (see 09cdee2f).
      The situation hasn't really changed since then. The responsive-by-default
      approach hasn't become any more suitable in the intervening time.
      
      So let's avoid having this regress in v4. :-)
      763d77e2
  4. 11 Mar, 2015 1 commit
  5. 22 Jan, 2015 1 commit
  6. 21 Jan, 2015 1 commit
  7. 05 Jan, 2015 1 commit
  8. 31 Dec, 2014 1 commit
  9. 23 Dec, 2014 1 commit
  10. 11 Dec, 2014 1 commit
  11. 04 Dec, 2014 2 commits
  12. 02 Dec, 2014 1 commit
  13. 21 Sep, 2014 1 commit
  14. 04 Aug, 2014 1 commit
  15. 12 Jul, 2014 1 commit
  16. 08 Jul, 2014 3 commits
  17. 05 Jun, 2014 1 commit
  18. 10 Feb, 2014 1 commit
  19. 30 Jan, 2014 1 commit
  20. 24 Jan, 2014 1 commit
  21. 17 Jan, 2014 1 commit
  22. 05 Oct, 2013 1 commit
  23. 28 Aug, 2013 1 commit
  24. 19 Aug, 2013 1 commit
  25. 18 Aug, 2013 1 commit
  26. 17 Aug, 2013 1 commit
  27. 16 Aug, 2013 1 commit
  28. 15 Aug, 2013 2 commits
  29. 14 Aug, 2013 1 commit
  30. 13 Aug, 2013 1 commit
  31. 09 Aug, 2013 1 commit
  32. 07 Aug, 2013 2 commits
    • Mark Otto's avatar
      property order · 03258683
      Mark Otto authored
      03258683
    • adamjacobbecker's avatar
      Improve accessibility (Section 508, WCAG) · a8d95d47
      adamjacobbecker authored
      This PR significantly improves Bootstrap's accessibility for users of assistive technology, such as screen readers. Some of the these changes add additional markup to the source examples, but we believe that the sacrifice in readability is worth achieving more widespread usage of accessibility best-practices.
      
      What was done
      - Added lots of [WAI-ARIA attributes](http://www.w3.org/WAI/intro/aria)
      - Added `.sr-only` helper class, that is only readable by screen readers (and invisible for all other users). This lets us - make progress bars and paginations accessible to screen reading users.
      - Advised users to always use label elements. For inline forms, they can hide them with `.sr-only`
      - Added 'Skip navigation' link
      - Added "Accessibility" section to getting-started.html.
      
      What *wasn't* done
      - Contrast issues (twbs#3572)
      - Tooltips (twbs#8469)
      - Documentation re: usage of icons, since they now live in a separate repo
      
      Major props to all that contributed: @bensheldon, @jasonlally, @criscristina, and @louh. Feel free to chime in, guys, if I've left anything out.
      a8d95d47
  33. 18 Jul, 2013 1 commit