1. 30 May, 2017 2 commits
  2. 05 Aug, 2015 1 commit
  3. 16 Apr, 2015 1 commit
  4. 09 Mar, 2015 1 commit
  5. 19 Jan, 2015 1 commit
  6. 06 Jan, 2015 1 commit
  7. 14 Dec, 2014 1 commit
    • Patrick H. Lauke's avatar
      Make skip link look less "bare bones" · d5647e1f
      Patrick H. Lauke authored
      Additional markup for the skip link (to ensure it has the same effective
      width as the main content, and to provide an outline around just the
      link text) plus some basic styles...make it look a bit more in keeping
      with the overall look and feel of the docs.
      d5647e1f
  8. 12 Jul, 2014 1 commit
  9. 17 Mar, 2014 2 commits
  10. 10 Feb, 2014 1 commit
  11. 15 Jan, 2014 1 commit
  12. 05 Jan, 2014 1 commit
  13. 29 Dec, 2013 1 commit
  14. 12 Dec, 2013 1 commit
  15. 22 Nov, 2013 1 commit
  16. 06 Nov, 2013 1 commit
  17. 05 Oct, 2013 1 commit
  18. 25 Sep, 2013 1 commit
  19. 12 Sep, 2013 1 commit
  20. 24 Aug, 2013 1 commit
  21. 23 Aug, 2013 1 commit
  22. 19 Aug, 2013 1 commit
  23. 18 Aug, 2013 2 commits
  24. 16 Aug, 2013 4 commits
  25. 12 Aug, 2013 1 commit
  26. 07 Aug, 2013 1 commit
    • 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
  27. 27 Jul, 2013 2 commits
  28. 26 Jul, 2013 2 commits
  29. 19 Jul, 2013 1 commit
  30. 09 May, 2013 1 commit
    • Mark Otto's avatar
      Super massive docs overhaul · edb733eb
      Mark Otto authored
      * Bring back the navbar up top
      * Pull the docs content back into separate pages because a 6.6k line docs file is just crazy
      * Recenter the page content and bring back affixed side nav (needs work)
      edb733eb
  31. 14 Apr, 2013 1 commit
  32. 28 Mar, 2013 1 commit