aboutsummaryrefslogtreecommitdiff
path: root/site
AgeCommit message (Collapse)AuthorFilesLines
2018-10-20Add query string to the start_url to track how often app is launchedChristian Oliff1-1/+1
Useful suggestion from Google in the Web App Manifest documentation. https://developers.google.com/web/fundamentals/web-app-manifest/#start-url
2018-10-20Add `show` and `hide` methods to dropdown (#27370)galczo51-0/+2
2018-10-19docs search: take into account the current URL.XhmikosR2-4/+17
2018-10-19Fix doc typochocolateboy1-1/+1
2018-10-18Rename docs production script to production and use `JEKYLL_ENV`. (#27410)XhmikosR2-3/+3
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-15Move docs .eslintrc in site/.XhmikosR1-1/+1
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-15Change h1 to h2Martijn Cuppens1-1/+1
2018-10-14Reduce indentation.XhmikosR2-24/+24
2018-10-14Move periods outside of links.XhmikosR7-7/+7
2018-10-14Fix a few links.XhmikosR4-10/+10
* fix `/versions/` link * add missing trailing slashes * fix a couple of redirects
2018-10-14docs: fix bundle SRI hash.XhmikosR1-1/+1
Also, remove popper.js from this script since it's not present in the repo.
2018-10-14Fix invalid selectors in tests and examples.XhmikosR1-1/+1
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-06Add overflow-auto and overflow-hidden utilitiesMark Otto2-0/+26
2018-10-06fix - small grammar errorSpencer Davies1-1/+1
"given move to" -> "given the move to"
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-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 Otto3-3/+9
2018-09-18docs: switch to font-weight 600. (#27226)XhmikosR6-9/+9
Segoe UI doesn't have font-weight: 500 making things not looking as expected.
2018-09-18use bsCustomFileInput in our documentation (#27264)Johann-S3-1/+9
2018-09-18feature(carousel): carousel-item interval (#26667)Christopher Morrissey1-0/+29
adds the ability to assign data-interval to an individual carousel-item
2018-09-18Document input group wrapping behavior and override via utility classMark Otto1-0/+14
Fixes #25409
2018-09-18Switch to `.btn-secondary` for the search button so that it's accessible ↵Nabil Kadimi1-1/+1
(#27255)
2018-09-18Clarify docs for custom form structureMark Otto1-1/+1
Fixes #25440
2018-09-18docs: use the bundle dist file.XhmikosR19-43/+19
2018-09-17Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-5/+2
2018-09-17distMark Otto3-4/+4
2018-09-17Update copyMark Otto1-1/+1
2018-09-17Remove background-colors example and show only the code.XhmikosR1-5/+2
This is to avoid confusion.
2018-09-16Typo (#27248)Nabil Kadimi1-1/+1
2018-09-16Simplify HTML and CSSMark Otto4-49/+7
- Remove iframes - Turn into larger click areas - Drop entire team.scss file for components and utilities
2018-09-16browsers-devices.md: Use Jekyll variable.XhmikosR1-1/+1
2018-09-16Restore team page.XhmikosR6-1/+87
2018-09-14Use https in more places and fix a few redirects.XhmikosR8-10/+10
2018-09-14Update popper.min.js to v1.14.4.XhmikosR1-1/+1
2018-09-14Update anchor.min.js to v4.1.1.XhmikosR1-3/+3
2018-09-10Remove certain Chromium entries from Wall of BugsHerst1-30/+0
2018-09-03Added type="button" to <button>s without any type (#27174)Herst3-5/+5
(again) https://github.com/twbs/bootlint/wiki/W007
2018-09-02Add new docs Versions page.Mark Otto4-8/+82
2018-08-31add information about valid selectors (#27137)Johann-S1-2/+4
2018-08-25Remove _layouts/redirect.html.XhmikosR1-38/+0
This isn't needed, because it's not supposed to be seen normally, with JavaScript enabled.