- 17 Apr, 2015 3 commits
- 31 Mar, 2015 1 commit
-
- 28 Mar, 2015 1 commit
-
-
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. :-)
-
- 11 Mar, 2015 1 commit
-
-
Mark Otto authored
-
- 22 Jan, 2015 1 commit
-
-
Chris Rebert authored
-
- 21 Jan, 2015 1 commit
-
-
Chris Rebert authored
-
- 05 Jan, 2015 1 commit
-
-
Chris Rebert authored
Based on http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ This allows us to significantly simplify the relevant part of the docs.
-
- 31 Dec, 2014 1 commit
-
-
Mark Otto authored
-
- 23 Dec, 2014 1 commit
-
-
Chris Rebert authored
-
- 11 Dec, 2014 1 commit
-
-
Mark Otto authored
-
- 04 Dec, 2014 2 commits
- 02 Dec, 2014 1 commit
-
-
Mark Otto authored
-
- 21 Sep, 2014 1 commit
-
-
Mark Otto authored
-
- 04 Aug, 2014 1 commit
-
-
Mark Otto authored
-
- 12 Jul, 2014 1 commit
-
-
Mark Otto authored
-
- 08 Jul, 2014 3 commits
- 05 Jun, 2014 1 commit
-
-
Thomas Welton authored
-
- 10 Feb, 2014 1 commit
-
-
Chris Rebert authored
-
- 30 Jan, 2014 1 commit
-
- 24 Jan, 2014 1 commit
-
-
Chris Rebert authored
Refs #12351
-
- 17 Jan, 2014 1 commit
-
-
Mark Otto authored
-
- 05 Oct, 2013 1 commit
-
-
Zlatan Vasović authored
BS doesn't support IE6/IE7, so comma can be inserted.
-
- 28 Aug, 2013 1 commit
-
-
Chris Rebert authored
-
- 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
-