- 24 Mar, 2017 12 commits
-
-
Mark Otto authored
-
Mark Otto authored
-
Pierre-Denis Vanduynslager authored
-
Pierre-Denis Vanduynslager authored
-
Mark Otto authored
-
Mark Otto authored
instead of flex column, use wrap and an explicit flexbox break with flex-basis 100% on the navbar-collapse. add some additional container styles for enabling flex behavior when content isn't immediate child of .navbar
-
Mark Otto authored
-
Mark Otto authored
-
Pierre-Denis Vanduynslager authored
-
Pierre-Denis Vanduynslager authored
Generate correct breakpoints for navbar-toggleable-* and generate toggleable without media query to never collapse
-
Mark Otto authored
-
Patrick Hayes authored
The example code has the class `"modal fade"`, but the visible example has the class `"modal"`. `"fade"` appears to not work for modals that you do not intend to animate onto the page
-
- 23 Mar, 2017 2 commits
-
-
Johann authored
Fix Modal documentation about _handleUpdate method + move to public scope
-
Pierre Vanduynslager authored
Fix accordion behavior with JQuery interface
-
- 22 Mar, 2017 2 commits
-
-
Gifford Nowland authored
fix data-pause documentation for carousel
-
Johann authored
Carousel - Add attributes from and to for Slid and Slide events
-
- 21 Mar, 2017 3 commits
-
-
Pierre Vanduynslager authored
-
Bardi Harborow authored
-
Mark Otto authored
-
- 20 Mar, 2017 19 commits
-
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Bardi Harborow authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
- 19 Mar, 2017 2 commits
-
-
Gaël Poupard authored
* Update _screen-reader.scss Small improvements that could be important: * `clip` [is deprecated](https://www.w3.org/TR/css-masking-1/#clip-property). Adding `clip-path` as progressive enhancement; the shorter notation came from @ryuran 's [suggestion](https://twitter.com/ryuran78/status/778943389819604992); * [J. Renée Beach warned about single pixel with interfering with screen readers vocalisation](https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe#.vcd5xlpgg) solved with `white-space`. See [the detailed post on Hugo Giraudel's blog](http://hugogiraudel.com/2016/10/13/css-hide-and-seek/). Also kinda related to issue #20732 :) Please let me know if you find any trouble with this technique. Thanks a lot! * Reorder declarations To pass Hound. Didn't think `clip` and `clip-path` would be considered as unrelated… * Trailing spaces * Last trailing space? * Remove margin: -1px
-
Mark Otto authored
- Justified and fill nav variants need .nav-item classes on the anchors in addition to .nav-link - Fix broken styles for the .nav-justified class which wasn't actually doing what we needed it to
-