aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-03-26gruntMark Otto17-229/+282
2017-03-26.navbar-toggler colorCatalin Zalog1-4/+4
Change the .navbar-toggler to default contextual .navbar-*-color. <iframe height='265' scrolling='no' title='Bootstrap - .navbar-toggler color' src='//codepen.io/zalog/embed/MJLZOE/?height=265&theme-id=light&default-tab=css,result&embed-version=2' frameborder='no' allowtransparency='true' allowfullscreen='true' style='width: 100%;'>See the Pen <a href='http://codepen.io/zalog/pen/MJLZOE/'>Bootstrap - .navbar-toggler color</a> by Catalin Zalog (<a href='http://codepen.io/zalog'>@zalog</a>) on <a href='http://codepen.io'>CodePen</a>. </iframe>
2017-03-24Add missing v4 docs for tooltip/popover methods (#22246)Sid2-0/+36
Add missing v4 docs for tooltip/popover methods
2017-03-23fix dupe idsMark Otto1-38/+38
2017-03-23fix broken justified-nav example, fixes #21874Mark Otto1-3/+3
2017-03-23rename from .navbar-toggleable to .navbar-expand to reflect mobile first ↵Mark Otto15-27/+184
approach everywhere else
2017-03-23more docs updatesMark Otto11-39/+39
2017-03-23update docsMark Otto1-5/+32
2017-03-23Allow to customize navbar-brand font-sizePierre-Denis Vanduynslager2-2/+3
2017-03-23Harmonize navbar-brand, navbar-text and nav-link heightPierre-Denis Vanduynslager3-24/+34
2017-03-23update docs example to use new stuffMark Otto1-10/+10
2017-03-23revamp the collapse behaviorMark Otto1-5/+20
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
2017-03-23account for fluid containersMark Otto1-2/+4
2017-03-23ditch abs positioned togglers for explicit justify-content: space-between on ↵Mark Otto1-11/+0
parent
2017-03-23Simplify generation and get rid of previously added "breakpoint-previous" ↵Pierre-Denis Vanduynslager2-18/+5
function
2017-03-23Generate correct breakpoints for navbar-toggleable-* and generate toggleable ↵Pierre-Denis Vanduynslager3-18/+35
without media query to never collapse
2017-03-23fixes #22254Mark Otto1-1/+1
2017-03-23Fix modal documentation (#22252)Patrick Hayes1-1/+1
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
2017-03-23Fix Modal documentation about _handleUpdate method + move to public scope ↵Johann2-6/+11
(#21877) Fix Modal documentation about _handleUpdate method + move to public scope
2017-03-23Accordion behavior with JQuery interface (#21726)Pierre Vanduynslager3-36/+36
Fix accordion behavior with JQuery interface
2017-03-22fix data-pause documentation for carousel (#21938)Gifford Nowland1-2/+2
fix data-pause documentation for carousel
2017-03-22Carousel - Add attributes from and to for Slid and Slide events (#21668)Johann3-3/+55
Carousel - Add attributes from and to for Slid and Slide events
2017-03-21Always append element to fixture in Scrollspy unit tests (#22234)Pierre Vanduynslager1-2/+2
2017-03-21More config tweaks.Bardi Harborow7-38/+9
2017-03-20bump to jquery 3.2.1Mark Otto16-30/+39
2017-03-20one moreMark Otto1-2/+1
2017-03-20link and moreMark Otto1-0/+3
2017-03-20one more tweakMark Otto1-1/+2
2017-03-20fix headingMark Otto1-1/+3
2017-03-20redo readme a smidgeMark Otto1-15/+24
2017-03-20Update dependencies.Bardi Harborow20-305/+8956
2017-03-19fixes #21920Mark Otto1-3/+3
2017-03-19gruntMark Otto10-92/+146
2017-03-19document itMark Otto1-0/+27
2017-03-19Merge branch 'collapse' of https://github.com/Johann-S/bootstrap into ↵Mark Otto2-3/+34
Johann-S-collapse
2017-03-19gruntMark Otto12-36/+68
2017-03-19linting from beforeMark Otto1-1/+1
2017-03-19fix markdown docs tablesMark Otto1-2/+6
2017-03-19rewrite in markdownMark Otto1-44/+7
2017-03-19fixes rest of #21585; adds custom styles for inverse table accent hover and ↵Mark Otto2-0/+17
active states
2017-03-19reorderMark Otto1-7/+6
2017-03-19consistent breaksMark Otto1-1/+0
2017-03-19Do what the comment says; add this only to devices under 768pxMark Otto1-8/+10
2017-03-19correct inverse table border color, add new varMark Otto2-1/+2
2017-03-19Update _screen-reader.scss (#22154)Gaël Poupard1-2/+5
* 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
2017-03-19Fix justified nav styles and update nav docs for fill/justifyMark Otto2-1/+24
- 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
2017-03-19link to caniuse for contextMark Otto1-1/+1
2017-03-19Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-2/+2
2017-03-19Change duplicate id.Bardi Harborow1-2/+2
2017-03-18Merge branch 'twbs/v4-dev' into dropdown-keyboardPierre-Denis Vanduynslager72-5165/+7187