aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/dashboard/index.html
AgeCommit message (Collapse)AuthorFilesLines
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto1-262/+0
2017-05-24Update Popper.js to 1.9.9Johann-S1-1/+1
2017-05-17Update Popper.js 1.9.4Johann-S1-1/+1
2017-05-14Update Popper.js 1.9.3Johann-S1-1/+1
2017-05-14Update Popper.js 1.9.1 + Update documentation about Dropdown placementJohann-S1-1/+1
2017-05-14Update Popper.js 1.8.2Johann-S1-1/+1
2017-05-14Remove totaly Tether from documentation + dependenciesJohann-S1-1/+1
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-03-30Add explicit aria-label to placeholder-only inputsPatrick H. Lauke1-1/+1
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-23rename from .navbar-toggleable to .navbar-expand to reflect mobile first ↵Mark Otto1-1/+1
approach everywhere else
2017-03-23more docs updatesMark Otto1-2/+2
2017-03-20bump to jquery 3.2.1Mark Otto1-1/+1
2017-03-20Update dependencies.Bardi Harborow1-1/+1
2017-03-05update instances of old classes in the docsMark Otto1-2/+2
2017-01-05Update dependencies.Bardi Harborow1-1/+1
2017-01-02update docs and examples to use new utilsMark Otto1-1/+1
2016-12-31v4: Rip out IE compatibility mode meta tags (#21483)Mark Otto1-2/+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 Otto1-1/+1
2016-12-28update all examplesMark Otto1-5/+5
2016-12-24unify alignment of all these dang navbar formsMark Otto1-2/+2
2016-12-22more example fixesMark Otto1-8/+10
2016-12-22put new toggler markup to useMark Otto1-1/+3
2016-12-22fixes #18115: move forward with one naming scheme for inversed color ↵Mark Otto1-1/+1
schemes, renaming .navbar-dark to .navbar-inverse (matching .card-inverse in the process and restoring v3's inverted class name)
2016-11-26Remove 'xs' from text utilities (#21217)Starsam801-1/+1
2016-11-25Refactor Dashboard example. (#21140)Bardi Harborow1-41/+70
2016-11-04Update docs to reflect new breakpoint naming conventionEric Nolte1-4/+4
2016-10-09Merge branch 'v4-dev' into v4-utilsMark Otto1-6/+1
2016-09-26Rename pull-*-{left|right} classes to .float-*-left and .float-*-rightMark Otto1-2/+2
2016-07-19remove navbar-toggler unicode symbol in HTMLPatrick H. Lauke1-6/+1
remove current HTML-based symbol, add any missing aria-* attributes
2016-06-28Support jQuery v3 in Bootstrap v4 (#20191)Chris Rebert1-1/+1
* bower.json, package.json: Extend jQuery version ranges to include v3 * NuGet: Bump jQuery to v3.0.0.1 * Docs+Examples: Update jQuery to v3.0.0 * Use jQuery v3.0.0 for JS unit tests * Update jqueryVersionCheck to allow jQuery v3.x.x
2016-05-26Update jQuery to v2.2.4.XhmikosR1-1/+1
2016-03-19Update jQuery to v2.2.2.XhmikosR1-1/+1
2016-03-07Examples: Update tether to v1.2.0.XhmikosR1-1/+1
[ci skip]
2016-02-27Example pages: Remove usages of defunct .page-header classChris Rebert1-1/+1
/fyi @mdo Note: The selector in dashboard.css that used .page-header was superfluous because the margin that it zeroed was already zero even without that declaration. [skip sauce]
2016-02-06flip things around again, no more base class, try out some new stuff to keep ↵Mark Otto1-6/+6
responsive flex grid working
2016-02-06Update base class for grid cols in all examplesMark Otto1-6/+6
2016-01-10docs: Add SRI hash for Tether; refs #18665Chris Rebert1-1/+1
2016-01-10docs: Add SRI hash for jQuery; refs #18665Chris Rebert1-1/+1
2015-12-24Add Tether to example pages that were missing itChris Rebert1-0/+1
[skip sauce]
2015-12-06Remove .navbar-form from example pages; refs #18087Chris Rebert1-1/+1
[skip sauce]
2015-11-26Add responsive float classes; fixes #13690Chris Rebert1-2/+2
2015-10-24Switch to jQuery 2.1.4.XhmikosR1-1/+1
Now that we don't support IE 8 it's safe to do that.
2015-10-08Remove double bottom border on sub headerKevin Kirsche1-1/+1
The table includes a border between the two making this unnecessary
2015-10-06Add shrink-to-fit viewport directivePatrick H. Lauke1-1/+1
Fixes potential problems with iOS9's new viewport behavior - see for instance https://forums.developer.apple.com/thread/13510
2015-09-06Clean up inclusion of IE-specific JS files.XhmikosR1-3/+0
Move them to footer, and remove duplicate ones. [ci skip]
2015-09-01Rename .img-responsive class to .img-fluidKevin Kirsche1-4/+4
Fix #17166
2015-08-25For now, add hacky <div id="navbar"> to avoid HTML validation error in ↵David Baughman1-9/+11
Dashboard example Closes #17319 by merging it.
2015-08-24Replace remaining instances of defunct .visible* classes in docsChris Rebert1-1/+1
.visible-xs(-block) => .hidden-sm-up Fixes #17263. [skip sauce]
2015-08-22slightly better dashboard exampleMark Otto1-23/+17
2015-08-04Merge branch 'master' into v4mMark Otto1-4/+5