- 19 Aug, 2013 1 commit
-
-
Mark Otto authored
-
- 18 Aug, 2013 1 commit
-
-
Zlatan Vasović authored
-
- 17 Aug, 2013 1 commit
-
-
Mark Otto authored
-
- 16 Aug, 2013 1 commit
-
-
Mark Otto authored
Make negative margins on rows the default, not just in containers, and add padding to body to compensate
-
- 15 Aug, 2013 2 commits
-
-
Mark Otto authored
-
- 14 Aug, 2013 1 commit
-
-
Chris Rebert authored
-
- 13 Aug, 2013 1 commit
-
-
Mark Otto authored
-
- 09 Aug, 2013 1 commit
-
-
Rakhat Jabagin authored
-
- 07 Aug, 2013 2 commits
-
-
Mark Otto authored
-
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.
-
- 18 Jul, 2013 1 commit
-
-
Mark Otto authored
-
- 05 Jul, 2013 1 commit
-
-
Mark Otto authored
-
- 02 Jul, 2013 1 commit
-
-
Mark Otto authored
-
- 28 Jun, 2013 1 commit
-
-
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.
-
- 25 Jun, 2013 1 commit
-
-
Chris Rebert authored
-
- 16 Jun, 2013 1 commit
-
-
Mark Otto authored
-
- 10 May, 2013 1 commit
-
-
Mark Otto authored
-
- 27 Apr, 2013 1 commit
-
-
Kevin authored
-
- 14 Apr, 2013 1 commit
-
-
Mark Otto authored
IE8 doesn't need help with responsive images, they work just dandy apparently (see http://jsbin.com/idesit/1)
-
- 05 Apr, 2013 1 commit
-
-
Mark Otto authored
-
- 01 Apr, 2013 2 commits
- 31 Mar, 2013 1 commit
-
-
Mark Otto authored
-
- 27 Mar, 2013 1 commit
-
-
Mark Otto authored
-
- 17 Mar, 2013 2 commits
-
-
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
-
Mark Otto authored
-
- 10 Mar, 2013 1 commit
-
-
Mark Otto authored
-
- 01 Mar, 2013 1 commit
-
-
Mark Otto authored
-
- 16 Feb, 2013 1 commit
-
-
Mark Otto authored
-
- 18 Jan, 2013 2 commits
- 17 Jan, 2013 1 commit
-
-
Mark Otto authored
-
- 16 Jan, 2013 1 commit
-
-
Mark Otto authored
-
- 02 Jan, 2013 1 commit
-
-
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).
-
- 21 Dec, 2012 1 commit
-
-
Mark Otto authored
* Port print styles from reset.less to scaffolding.less * Port responsive image styles from reset.less to scaffolding.less
-
- 30 Nov, 2012 3 commits
- 01 Oct, 2012 1 commit
-
-
Mark Otto authored
remove .border-radius mixin and replace with standard border-radius property, since -webkit-* and -moz-* are only needed for older versions
-