1. 19 Aug, 2013 1 commit
  2. 18 Aug, 2013 1 commit
  3. 17 Aug, 2013 1 commit
  4. 16 Aug, 2013 1 commit
  5. 15 Aug, 2013 2 commits
  6. 14 Aug, 2013 1 commit
  7. 13 Aug, 2013 1 commit
  8. 09 Aug, 2013 1 commit
  9. 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
  10. 18 Jul, 2013 1 commit
  11. 05 Jul, 2013 1 commit
  12. 02 Jul, 2013 1 commit
  13. 28 Jun, 2013 1 commit
    • Mark Otto's avatar
      Overall responsive `img` styles · 09cdee2f
      Mark Otto authored
      `img`s are no longer responsive by default. Instead, use
      `.img-responsive` as a class or mixin. Existing `.thumbnail > img` and
      `.img-thumbnail` classes now make use of this as a mixin as well.
      09cdee2f
  14. 25 Jun, 2013 1 commit
  15. 16 Jun, 2013 1 commit
  16. 10 May, 2013 1 commit
  17. 27 Apr, 2013 1 commit
  18. 14 Apr, 2013 1 commit
  19. 05 Apr, 2013 1 commit
  20. 01 Apr, 2013 2 commits
  21. 31 Mar, 2013 1 commit
  22. 27 Mar, 2013 1 commit
  23. 17 Mar, 2013 2 commits
    • Mark Otto's avatar
      Exploring rems as font-size unit · 6012d822
      Mark Otto authored
      * Added a new mixin to calculate rems and pixels for IE fallback
      * Updated the body, p, and .lead elements to use the new .font-size() mixin
      * New mixin has default value of 14px or 1.4rem
      * Still needs exploration, and change this means lots of work rejiggering margins and line-heights
      * Related, started to reorganize the mixins a bit to call out mixins that are used by the framework and not utilities or snippets
      6012d822
    • Mark Otto's avatar
      mixin, not copypasta · 47f69c0d
      Mark Otto authored
      47f69c0d
  24. 10 Mar, 2013 1 commit
  25. 01 Mar, 2013 1 commit
  26. 16 Feb, 2013 1 commit
  27. 18 Jan, 2013 2 commits
  28. 17 Jan, 2013 1 commit
  29. 16 Jan, 2013 1 commit
  30. 02 Jan, 2013 1 commit
    • Patrick H. Lauke's avatar
      Basic keyboard accessibility CSS tweaks · 848ca6e3
      Patrick H. Lauke authored
      Mostly doubling-up :hover styles to also cover :focus, as a first step
      to making the framework more keyboard-friendly.
      Additionally, fixed two small markup issues in the docs/examples to
      make the "Learn more" large primary button-styled links
      keyboard-focusable (as without href they're treated as non-tabable
      anchors).
      848ca6e3
  31. 21 Dec, 2012 1 commit
    • Mark Otto's avatar
      Finish migrating to Normalize 2: · 7b7581d4
      Mark Otto authored
      * Port print styles from reset.less to scaffolding.less
      * Port responsive image styles from reset.less to scaffolding.less
      7b7581d4
  32. 30 Nov, 2012 3 commits
  33. 01 Oct, 2012 1 commit