aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
AgeCommit message (Collapse)AuthorFilesLines
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto59-3302/+0
2017-05-24Update Popper.js to 1.9.9Johann-S14-14/+14
2017-05-17Update Popper.js 1.9.4Johann-S14-14/+14
2017-05-14Update Popper.js 1.9.3Johann-S14-14/+14
2017-05-14Update Popper.js 1.9.1 + Update documentation about Dropdown placementJohann-S14-14/+14
2017-05-14Update Popper.js 1.8.2Johann-S14-14/+14
2017-05-14Remove totaly Tether from documentation + dependenciesJohann-S14-15/+14
2017-05-05Add explicit role="main" to <main> elements (#22574)Patrick H. Lauke1-1/+1
For compatibility in IE10/IE11 which don't otherwise "know" this element's role/don't expose it to AT
2017-04-27Documentation cleanup (inc. use of <input ... readonly> for static form ↵Patrick H. Lauke2-2/+2
controls example) * Fix incorrect code indentation * Remove unnecessary vendor prefix for `box-sizing` - all modern browsers now support this unprefixed * Remove incorrect `<label>` and change static controls to readonly inputs * Allow `<img>` elements without `src` to allow for `holder.js` images used in the docs, which lack `src` and use `data-src` instead
2017-04-11Remove inappropriate role="listbox" from carouselsPatrick H. Lauke1-1/+1
2017-03-30Add explicit aria-label to placeholder-only inputsPatrick H. Lauke9-11/+11
While `placeholder` is nominally valid per spec http://rawgit.com/w3c/html-api-map/master/index.html#accessible-name-and-description-calculation it is inelegant, a fallback, and not supported in ios/safari/voiceover and android/chrome/talkback, to name a few combinations `aria-describedby` is also not really the right tool for providing a name/label equivalent, so remove that from the list of possible alternative methods / clarify how it can be used
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 Otto10-21/+178
approach everywhere else
2017-03-23more docs updatesMark Otto9-17/+17
2017-03-23update docs example to use new stuffMark Otto1-10/+10
2017-03-23fixes #22254Mark Otto1-1/+1
2017-03-20bump to jquery 3.2.1Mark Otto14-14/+14
2017-03-20Update dependencies.Bardi Harborow14-14/+14
2017-03-05update instances of old classes in the docsMark Otto3-4/+4
2017-01-23Fix body padding in Dashboard and Jumbotron examples.Geremia Taglialatela2-4/+4
The actual navbar height is 3.5rem.
2017-01-05Doc updates (#21542)Quy1-1/+1
* Change it's to its. * Fix links * Fix typos
2017-01-05Update dependencies.Bardi Harborow14-14/+14
2017-01-02update docs and examples to use new utilsMark Otto7-7/+7
2017-01-01Update more copyright years to 2017 (#21491)Quan You2-2/+2
* Update ie10-viewport-bug-workaround.js year * Update narrow-jumbotron copyright year to 2017 * Update carousel/index.html copyright year to 2017 * Update browsers-devices.md copyright year to 2017 * Update change-version.js copyright year to 2017
2017-01-01Update copyright years to 2017Nuno Arruda2-2/+2
2016-12-31v4: Rip out IE compatibility mode meta tags (#21483)Mark Otto18-36/+0
* Remove IE compatibility mode meta tag from docs, examples, and JS tests as we no longer support IE9 and IE8 * update and remove some IE bits from our supported browser page * update introduction.md to match * reword starter template intro
2016-12-31switch to jquery slim, update examples to use code.jquery.com cdnMark Otto14-14/+14
2016-12-28update all examplesMark Otto10-40/+32
2016-12-24remove old flex utils, update docs to matchMark Otto2-2/+2
2016-12-24pull in changes from #19832 to fix offcanvasMark Otto2-4/+14
2016-12-24update navbars in jumbotron, offcanvas, starter examples to flex versionsMark Otto3-34/+93
2016-12-24better/more form spacing in navbarsMark Otto1-3/+3
2016-12-24unify alignment of all these dang navbar formsMark Otto6-20/+20
2016-12-22streamline example navbars by removing .hidden-* classes on togglersMark Otto7-12/+12
2016-12-22more example fixesMark Otto2-20/+22
2016-12-22put new toggler markup to useMark Otto8-12/+36
2016-12-22fixes #18115: move forward with one naming scheme for inversed color ↵Mark Otto11-13/+22
schemes, renaming .navbar-dark to .navbar-inverse (matching .card-inverse in the process and restoring v3's inverted class name)
2016-12-22dedupe idsMark Otto1-4/+4
2016-12-22update justified nav to use justified navbar; remove safari bug warning ↵Mark Otto2-87/+42
given flexbox implementation
2016-12-22fix carousel navbarMark Otto1-16/+20
2016-12-22fix sticky footer example navbarMark Otto1-30/+21
2016-12-22fix up navbar top and fixed top examplesMark Otto2-18/+40
2016-12-22redo album navbar with new stylesMark Otto2-43/+18
2016-12-22unique idsMark Otto1-10/+10
2016-12-22rearrange examples, go center nav only instead of trying to hack centered ↵Mark Otto1-30/+46
with siblings
2016-12-22nukeMark Otto1-223/+0
2016-12-22move and consolidate navbar examples, fix em upMark Otto4-74/+180
2016-12-22remove .navbar-container; just need .navbar nowMark Otto1-107/+95
2016-12-22flexbox this thingMark Otto1-43/+10
- drop the table styles, use flex - remove commented out code - consolidate styles a bit - add a huge flex-grow to the nav, making the assumption you want nav to take up most space