aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0
AgeCommit message (Collapse)AuthorFilesLines
2017-10-02bring over colors sectionMark Otto1-1/+77
2017-10-02port over variable options listMark Otto1-3/+14
2017-10-02port latest from options for default varsMark Otto1-5/+11
2017-10-02Stub out new Theming pageMark Otto1-0/+114
2017-10-02Added type="button" to <button>s without any type (#23866)Herst4-13/+13
https://github.com/twbs/bootlint/wiki/W007
2017-10-02adds a note on typography docs about rem units on font-size-base (#23988)Andres Galante1-5/+5
2017-10-02Adds text-muted and text-white to the examples on color utilities (#23877)Andres Galante1-0/+4
2017-10-02Migrate forgotten Bootstrap 3 style offset class (#23951)Herst1-1/+1
2017-10-02Add order first to grid (#24202)Luke Frake1-0/+20
* Add first class to grid framework to add negative ordering * Add order-first explination to the docs
2017-10-02Clarify ScrollSpy 'activate' event elementMike Jacobson1-2/+2
2017-10-02Normalize examples' CSS. (#24210)XhmikosR10-42/+27
2017-10-01Make Node.js 6 the minimum version.XhmikosR3-3/+3
Also, be consistent with Node.js' name.
2017-10-01Fix link to Extend section in Migration docs (#24192)Aarón García Hervás1-1/+1
2017-10-01Updates to customizing variables docs (#24186)Mark Otto1-4/+8
* Variable overrides within the same Sass file can come before or after the default value, but across files they must come first. * Removed the double :: at the end of the paragraph. * Fixed usage of overwrite when we mean override.
2017-09-30changes the order of the close btn on alerts to improve accecibilityAndres Galante1-1/+1
2017-09-30remove that, the example comes first nowMark Otto1-2/+0
2017-09-30more links, clarify predefined classesMark Otto1-5/+5
2017-09-30be more specific about context and breakpoint scalingMark Otto1-3/+3
2017-09-30be more specificMark Otto1-1/+1
2017-09-30rewrite containers and rows sectionMark Otto1-2/+2
2017-09-30link to css tricks article, add code snippet to exampleMark Otto1-1/+5
2017-09-30link to mdn flex docMark Otto1-1/+1
2017-09-28Lint docs js too and use `strict consistently. (#24160)XhmikosR3-15/+32
2017-09-27Mention replacement for .btn-group-justified (#23838)Herst1-1/+1
Solution mentioned by Chris Baswell at https://stackoverflow.com/a/45969088
2017-09-27Take out reference to Flex Order (#23759)Ray Villalobos1-1/+1
Since flex-order was renamed to just order, change the subtitle.
2017-09-27Add auto to the list of sizes (#23786)Ray Villalobos1-0/+1
I feel like `auto` is missing from the values here and that it should be there. Although it is mentioned below, only a single use case, whereas in other sections it appears with the option to set the left margin of an element to auto, for example.
2017-09-27Changed hex values to follow bootstrap coding guidelinesMoris Zen Pasic1-2/+2
2017-09-27Added examples to the existing docs change for more clarityMoris Zen Pasic1-5/+7
2017-09-27Making the customization option docs cleared about variable overrides with ↵Moris Zen Pasic1-1/+1
!default flag
2017-09-26Fix color on example btn on navbar (#24052)Andres Galante1-1/+1
2017-09-26Move Autoprefixer's config in package.json.XhmikosR1-1/+1
This is so other plugins can use it too.
2017-09-26Mention that dropdowns depend on popper.js too.XhmikosR1-1/+1
2017-09-26Minor Markdown consistency changes.XhmikosR11-7/+11
2017-09-26Normalize all links. (#24109)XhmikosR15-17/+17
* use a trailing slash when possible * use https when possible * remove a few redirected links * consistently use `https://popper.js.org/` * fix `iconUrl` in nuget files * change Jekyll Windows guide to the official one
2017-09-26docs: fix syntax highlighting for shell scripts. (#24103)XhmikosR1-3/+3
Switch all instances to `sh` but keep `bash` so that things won't break either way.
2017-09-25Collapse - Allow to pass jQuery object or DOM element to the parent optionJohann-S1-2/+2
2017-09-24Accessibility fixes to dynamic tabs (`aria-selected`, remove dynamic tabs ↵Patrick H. Lauke1-106/+60
with dropdowns) * Use `aria-selected` instead of `aria-expanded` * Change tab.js to use `aria-selected` rather than `aria-expanded` * Add `aria-orientation=vertical` to vertical tab list * Remove dynamic tabs with dropdowns * Fix non-interactive code examples * Only set `aria-selected` on the `role="tab"` trigger - this stops `aria-selected` being incorrectly added to the `role="tabpanel"` itself (probably harmless, but nonetheless incorrect)
2017-09-23Fix missing tabindex and role in an example modalHerst1-2/+2
2017-09-18Add text-light to sample card under Card columns (#23800)Andres Galante1-1/+1
2017-09-17Add light weight to text utility classes (#23970)Andres Galante1-0/+1
2017-09-15album/index.html: Refactor Holder code.XhmikosR1-3/+5
2017-09-14Update holder.js image data-src + create themeRudger Gravestein1-10/+10
to fix the images
2017-09-13Structure examples with appropriate `<main>`, `<header>`, `<footer>`Patrick H. Lauke15-378/+410
Structure examples with appropriate `<main>`, `<header>`, `<footer>`
2017-09-12Fix malformed `<select>` in examplePatrick H. Lauke1-1/+4
2017-09-12Fix(docs): duplicate class in navbar docsmeteorlxy1-1/+1
2017-09-11Remove hyperlink from navbar doc dropdown (#23650)Herst1-1/+1
2017-09-09Add an introduction and a table with examplesRami Yushuvaev1-1/+18
2017-09-09review updatesRami Yushuvaev1-1/+1
2017-09-09Hiding Elements: new doc section in display.mdRami Yushuvaev1-0/+6
This new section will replace the `hidden-*` class. https://v4-alpha.getbootstrap.com/layout/responsive-utilities/ More info can be found here at https://getbootstrap.com/docs/4.0/migration/#responsive-utilities
2017-09-09Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto6-7/+11