aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-10-17Fix btn focus color (#27178)Martijn Cuppens1-2/+1
2018-10-17Delete callout-info-content-iamge-overlay-overflow.mdHelmut Granda1-4/+0
Deleting external file since it is not needed, the copy of this file will be added directly to card.md.
2018-10-17Adding call out note directly to the page.Helmut Granda1-1/+5
Instead of using an external source since this is only a one time note it is safe to be placed within the document itself.
2018-10-17Adds a note about the limitations on content being larger than the image.Helmut Granda2-0/+5
In the event that the content is larger than the image, the content will continue to be displayed outside the image itself. There are some workarounds but they apply only to browsers that support this option and IE11 is not one of them.
2018-10-17Move media from layout to componentsMartijn Cuppens2-2/+2
2018-10-17Simplify .gitattributes.XhmikosR1-11/+1
2018-10-15Add a CODEOWNERS file (#27271)Mark Otto1-0/+3
2018-10-15Move docs .eslintrc in site/.XhmikosR2-2/+2
2018-10-15Update devDependencies and gems.XhmikosR3-250/+194
2018-10-15Include `css-copy` in the `css` script.XhmikosR1-2/+2
2018-10-15Rename everything to skippy and center skippy (#27420)Martijn Cuppens4-19/+20
2018-10-15Combine examples and simple layouts.XhmikosR4-49/+36
2018-10-15Tighten stylelint config. (#27336)XhmikosR1-8/+50
Also improve its formatting.
2018-10-15Change h1 to h2Martijn Cuppens1-1/+1
2018-10-14Reduce indentation.XhmikosR2-24/+24
2018-10-14Travis: add `--clean` in `bundle install` command.XhmikosR1-1/+1
2018-10-14build/generate-sri.js: add popperjs.XhmikosR1-0/+4
2018-10-14Move periods outside of links.XhmikosR7-7/+7
2018-10-14js/tests/visual: fix popper script.XhmikosR5-5/+5
Broken after 787441d.
2018-10-14Fix a few links.XhmikosR4-10/+10
* fix `/versions/` link * add missing trailing slashes * fix a couple of redirects
2018-10-14Remove the unused `jobs` Jekyll variable.XhmikosR1-1/+0
2018-10-14Update popper.js in docs.XhmikosR1-2/+2
2018-10-14docs: fix bundle SRI hash.XhmikosR3-3/+5
Also, remove popper.js from this script since it's not present in the repo.
2018-10-14Fix invalid selectors in tests and examples.XhmikosR2-2/+2
2018-10-14Add a release npm script.XhmikosR2-21/+4
2018-10-14Remove sri-toolbox dependency.XhmikosR3-11/+4
We can achieve the same very easily.
2018-10-13Update Travis config.XhmikosR1-1/+2
* remove `dist: trusty` since it's the default * disable email notifications
2018-10-13update holder.js image dimensions for sizing examplem5o1-1/+1
* update holder.js image dimensions for sizing example * use `100%` instead of `100%` * :memo: https://github.com/imsky/holder#fluid-placeholders
2018-10-11refine deprecated holder.js color syntaxm5o1-1/+1
* refine deprecated holder.js color syntax * remove `#55595c:#373a3c` * harmonize with all other holder.js examples
2018-10-07Update devDependencies and gems.XhmikosR4-687/+719
2018-10-07Rename script.XhmikosR1-1/+1
2018-10-06Add overflow-auto and overflow-hidden utilitiesMark Otto6-5/+38
2018-10-06fix - small grammar errorSpencer Davies1-1/+1
"given move to" -> "given the move to"
2018-10-02updated README (#27349)Tanmay Gupta1-1/+1
2018-09-26Tweak build/build-plugins.js.XhmikosR1-39/+38
2018-09-26remove useless iifeJohann-S12-3095/+3053
2018-09-26Remove unneeded `path.resolve`.XhmikosR2-2/+2
2018-09-26Include the plugin's filename in the license header.XhmikosR2-5/+9
2018-09-26Add license headers in js/dist filesHelmut Granda3-7/+15
By implementing the same approach of rollup.config.js and replicate it in build-plugins.js, individual plugins will display license headers.
2018-09-26Prevent pointer events on disabled list-group-itemHoward Cox1-0/+1
2018-09-26Prevent pointer-events on disabled anchor dropdown-itemHoward Cox1-0/+1
Fixes #26695
2018-09-25Fix examples after the recent JS changes.XhmikosR4-12/+12
`https://example.com` isn't a valid selector.
2018-09-25Add explanation about accordion wrapper.Florian Lacreuse1-1/+1
2018-09-20Make release-zip include the root folder.XhmikosR1-1/+1
Also, now it should work cross-platform assuming `zip` is present.
2018-09-20Update forms.md719media1-4/+4
fix duplicate id attribute
2018-09-18Remove flex utilities from .list-group-item's as they're display: block; ↵Mark Otto1-3/+3
meaning the utilities have no affect. Closes #27162.
2018-09-18distMark Otto6-7/+7
2018-09-18Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto2-2/+4
2018-09-18distMark Otto19-15/+53
2018-09-18Allow multiple ways of padding declaration for modal header (#26976)Martijn Cuppens2-2/+4
* #26967: Allow multiple ways of padding declaration for modal header * #26976: split vertical and horizontal modal padding