aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
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
2017-09-09fix redirect, close #23888Mark Otto1-1/+1
2017-09-09copy editsMark Otto1-1/+1
2017-09-09Mention removal of contextual progress bar classesHerst1-0/+4
2017-09-09Use CSS3 pseudo elements in documentationvsn4ik4-5/+5
2017-09-09Don't create empty columns in documentationHerst1-2/+2
2017-09-08Dont use short jQuery methodsvsn4ik4-4/+4
2017-09-07consistent comma usage :DMark Otto1-1/+1
2017-09-07Update callout about the positionning of our DropdownsJohann-S1-1/+1
2017-09-07Remove placement attribute from our Dropdown pluginJohann-S1-9/+1
2017-09-07Add information about our bundled dist files which contains Popper.jsJohann-S3-3/+3
2017-09-05Use site.repo in docsvsn4ik5-9/+9
2017-09-05Update form validation migration docsMark Otto1-2/+1
2017-09-05jquery 3 mentionMark Otto1-1/+2
2017-09-05mention bower dropMark Otto1-0/+1
2017-09-05headings, pointer eventsMark Otto1-0/+6
2017-09-05responsive table breakMark Otto1-0/+1
2017-09-05Update migration.mdMark Otto1-0/+1
2017-09-05Update migration.mdMark Otto1-0/+1
2017-09-05Update migration.mdXhmikosR1-1/+1
2017-09-05add section to migration docs for important v4 beta 2 changesMark Otto1-3/+5
2017-09-05add title to starter template code snippetMark Otto1-0/+1
2017-09-04adds captions and scop col on thead th (#23755)Andres Galante1-73/+112
2017-09-04adds clarification that gris values should be set in px (#23829)Andres Galante1-1/+1