aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2017-08-11Fix JavaScript case and a typo. (#23320)XhmikosR1-1/+1
2017-08-11Fix broken links in documentation. (#23315)Jan Karlo Dela Cruz8-10/+10
2017-08-11Updated Feather link (#23303)Sean1-1/+1
Feather link didn't go anywhere. Changed feather link from `colebemis.com/feather` to `feathericons.com`
2017-08-11Update Rubygems version. (#23289)béla1-2/+2
2017-08-11Fix the broken about link in the footer (#23298)Garth Bjerk1-2/+2
2017-08-11Fix HTML validation errors.XhmikosR1-2/+2
2017-08-10v4 docs remove left over Tooltips and Popover documentation from Button ↵Patrick Yeo1-4/+0
Group page
2017-08-10Remove the Internet Explorer 10 for Windows Phone 8 workaround (#23122)Christian Oliff1-22/+0
I suggest that there's no longer a need to include the section on workaround for the IE10 bug on Windows Phone 8. Not only was this bug patched in a later release of Windows Phone 8 (which shipped in 2013), but Windows Phone 8's support ended a long time ago - even its successor Windows Phone 8.1 is no longer supported by Microsoft. The potential audience affected by this bug is likely microscopic so I suggest it can be safely removed. I suggest the workaround JS (http://getbootstrap.com/assets/js/ie10-viewport-bug-workaround.js) can also be safely removed from the docs and examples but I haven't done that in this PR.
2017-08-10missed a modifierMark Otto1-1/+1
2017-08-10clarify text, break up larger paragraph, shortenMark Otto1-1/+2
2017-08-10Update badges in buttons examplesMark Otto1-19/+7
- Given buttons a required modifier (.btn alone is incomplete) - Given the primary button, use a .badge-light for better contrast - Consolidate example and highlight code with a `{% example %}` block
2017-08-10v4 docs Input Group Sizing section should display `.input-group-sm` (#23151)Patrick Yeo1-1/+1
2017-08-10Update progress.md to reflect setting height on .progressDave1-5/+5
2017-08-10Update modal.mdCarloMartini1-5/+2
Removed a duplicate explanation.
2017-08-10Add clear description and use case with exampleDillon Chanis1-10/+1
2017-08-10Add use case description and exampleDillon Chanis1-0/+15
2017-08-10Add examples of forms in dropdown menusMark Otto1-0/+49
2017-08-10Set explicit text-align on <body> element so we can use inherit to override ↵Mark Otto1-1/+1
the default <th> text-align value
2017-08-10Update javascript.mdMark Otto1-1/+1
2017-08-10Add event.preventDefault documentation to javascript.mdVarunram1-1/+1
2017-08-10Mention util.js on all JS plugin pages (#22955)Mark Otto7-1/+11
Fixes #20660
2017-08-10Remove broken CSS that tried to reset the absolute positioning when there ↵Mark Otto1-3/+3
was no text
2017-08-10Add basic property-value utils for positionMark Otto1-0/+12
2017-08-10Merge branch 'new-home' into v4-devMark Otto4-0/+4
2017-08-10Dropped .radio-inline and .checkbox-inlineJonathan1-0/+1
Dropped `.radio-inline` and `.checkbox-inline`.
2017-08-09remove commented out code while hereMark Otto1-4/+0
2017-08-09rewrite parts of download pageMark Otto1-6/+22
2017-08-09clarify optional js, add some links, emphasize some textMark Otto2-4/+7
2017-08-09Fix flex order generated code and a typo.XhmikosR1-6/+3
2017-08-07new homepage, new assets, clean out old stuffMark Otto4-0/+4
2017-08-06Fix typoPablo Crivella1-1/+1
2017-08-04better label, remove some contents to better illustrate behaviorMark Otto1-12/+1
2017-08-04remove old validation docs, fixes #23217Mark Otto1-28/+0
2017-07-31Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-4/+4
2017-07-31fixes https://github.com/toshimaru/jekyll-toc/issues/25Mark Otto1-10/+5
2017-07-31Fix HTML errors. (#23184)XhmikosR1-4/+4
The "aria-controls" attribute must point to an element in the same document.
2017-07-30Update docs and carousel example for `order-`.XhmikosR2-8/+9
2017-07-30Update accessibility.md汪磊1-1/+1
2017-07-28Update Popper.js to 1.11.0 (#23162)Johann-S3-3/+3
2017-07-16fix location of favicons so it loads when viewing the examples. This is the ↵Scott Petrovic18-18/+18
only one I found in the project, so I am assuming it is the right one to point to (#22895)
2017-07-14only need the one utility class, it'll naturally apply at sm and aboveMark Otto1-1/+1
2017-07-14Fix #22974John Galt1-1/+1
2017-07-14mention how to do edge-to-edge in docsMark Otto1-0/+2
/cc #23070
2017-07-14fixes #23045Mark Otto1-5/+0
2017-07-12Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto2-1/+31
2017-07-13Add badge counter example and accessibility advicePatrick H. Lauke1-0/+30
2017-07-12Fixed a word (connectinh / connecting)Casper1-1/+1
2017-07-09fix broken example linkMark Otto1-1/+1
2017-07-06Docs: added missing quote in input-group example (#23010)Vincent Le Put1-1/+1
2017-07-05move the about directory into the docs to avoid collision with the multiple ↵Mark Otto5-0/+170
versions of our hosted docs