1. 29 Dec, 2013 1 commit
  2. 21 Dec, 2013 1 commit
  3. 18 Dec, 2013 2 commits
  4. 15 Dec, 2013 1 commit
    • Mark Otto's avatar
      Browser/device support docs update · a925a0b9
      Mark Otto authored
      * Fixes #11055: add mention of select menu styling on Android stock
      browsers with included optional fix
      * Update IDs and docs nav to include bookmark links to each section
      * Add callout to navbar docs about fixed position, inputs, and virtual
      keyboard
      a925a0b9
  5. 01 Dec, 2013 1 commit
  6. 14 Oct, 2013 1 commit
  7. 09 Sep, 2013 1 commit
    • Mark Otto's avatar
      Add Welcome section to docs · 77549410
      Mark Otto authored
      * Fixes unrelated typo in readme
      * Add new Welcome section with history, team, callouts, and community
      subsections
      * Redesigns callouts to be a bit lighterweight with colored headings
      77549410
  8. 19 Aug, 2013 1 commit
  9. 18 Aug, 2013 2 commits
  10. 16 Aug, 2013 2 commits
  11. 15 Aug, 2013 1 commit
  12. 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
  13. 06 Aug, 2013 1 commit
  14. 19 Jul, 2013 1 commit
  15. 18 Jul, 2013 3 commits
  16. 20 Jun, 2013 1 commit
    • Mark Otto's avatar
      Move examples out of the main repo to twbs/bootstrap-examples · c5fb401a
      Mark Otto authored
      While examples are phenomenally useful and awesome for folks getting
      started with Bootstrap, they don't really shine as well being buried in
      the main docs. Moreover, having anything that's not core HTML, CSS, JS,
      or documentation in the main repo seems to just get in the way.
      Therefore, examples gets its own repo.
      
      Specifically, we're doing the following:
      
      * Deletes all example screenshots
      * Deletes example layout
      * Deletes example files
      * Updates Getting Started docs to include only the template and a link
      to the new examples project
      
      All the examples and their history will be preserved in the switch.
      c5fb401a
  17. 10 May, 2013 1 commit
  18. 09 May, 2013 1 commit