aboutsummaryrefslogtreecommitdiff
path: root/_data
AgeCommit message (Collapse)AuthorFilesLines
2018-01-17Restore sidebar nav link to Approach pageMark Otto1-1/+1
2018-01-14Examples updates (#24898)Mark Otto1-0/+55
* fix cover nav * Improve signin visuals and alignment with that flexbox love * rewrite cover example in flexbox * lighten signin bg * first pass at pricing example * redo examples index with data file * tighten up spacing a bit * update navbar descriptions * link pricing * move that back * property order * Fix test errors. * Compress pricing.png. * add form validation example * remove that * rename that * restyle and space out * fix errors * change order * cleanup album css and styles * tweak examples index * make it a badge * options * improve sticky footer alignment * redesign example index * brand new blog layout * start new screenshots * new product example page a la apple * add email field * fix linter, remove unused blog css * hook up feather icons to start * redo dashboard * fix linting * add floating labels example * formatting * formatting * lint * fix values on select * optional input, plus input group * new dashboard image * start to reboot the offcanvas example * updated images * new offcanvas mostly implemented * linting * edit description * more description changes * - Add vertical margin to album hero buttons for when they're stacked - Adjust font-size and padding for pricing header and hero - Fix checkout's stacked column margins, plus update their check/radio markup - Update product's utilities to be responsive - Made blog cards somewhat responsive (needs a bit more work tbh) * drop leading zero * more linting * swap empty images for holder, fix border * dist the docs * navbars have no margin-bottom to begin * add css var, tweak padding for mobile * comment headers * nix commented out code * nix the navbar structure for a custom one, stack it on mobile * tweak heading button group for mobile * Removed narrow jumbotron and justified nav examples as these are easily accomplished with new components in v4 * improve card sizing on pricing * update and compress
2018-01-03Patch fractional viewport widths to work around Safari rounding bug (#25177)Patrick H. Lauke1-0/+10
Includes simplifying the prose in `tables.md` and adding the bug to the list of browser bugs. Closes https://github.com/twbs/bootstrap/issues/25166
2017-12-30Wall of Browser Bugs: position:sticky in Edge done (#25099)Herst1-10/+0
Position: sticky is included in Edge 16
2017-12-30Wall of Browser Bugs: Chrome SVG perf bug (#24673) (#24751)Herst1-0/+10
https://crbug.com/781344
2017-11-06fixes #24642Mark Otto1-0/+5
2017-10-29Remove the now unused _data/core-team.yml and the relevant scss. (#24593)XhmikosR1-44/+0
2017-10-28Revamp docs About section (#24589)Mark Otto1-2/+1
- Drops the Team page for privacy and accuracy. I don't want to pressure folks into feeling committed to the project through a page like this, and it also doesn't allow folks any privacy option (as you can hide org membership on your GitHub profile). - Moves the History page into an Overview page, which includes an updated history page and a quick team blurb at the top. - Added redirects to the new Overview page from Team and History
2017-10-22Fix broken URI fragment and a redirected link. (#24456)XhmikosR1-1/+1
2017-10-22Remove the unused _data/showcase.yml file. (#24482)XhmikosR1-19/+0
2017-10-13Update colors in _data and theming.md to match _variables.scss (#24355)Jesse Mandel3-21/+21
2017-10-03adds Andres to the team pageAndres Galante1-0/+5
2017-10-02update navMark Otto1-1/+0
2017-10-02Stub out new Theming pageMark Otto1-0/+1
2017-09-26Normalize all links. (#24109)XhmikosR2-4/+4
* 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-08-30Wall of Browser Bugs: Update table-cell border Chrome bug refChris Rebert1-1/+1
https://crbug.com/568691 has been succeeded by https://crbug.com/749848
2017-08-15Move About menu link to the end.XhmikosR1-2/+2
2017-08-14Add traditional Chinese in translations.yml (#23357)Casper1-0/+5
2017-08-11Fix about sidebar.XhmikosR1-7/+7
2017-07-30_data/browser-features.yml: remove trailing spaces.XhmikosR1-1/+1
2017-07-27Wall of Browser Bugs: Update CSS multi-column entries (#23168)Chris Rebert1-10/+10
Remove https://bugzilla.mozilla.org/show_bug.cgi?id=1282363 because CSSWG deemed Firefox's behavior to be the correct behavior per https://github.com/w3c/csswg-drafts/issues/314 Replace it with a Chrome bug about changing Chrome to follow the spec & Firefox: https://bugs.chromium.org/p/chromium/issues/detail?id=269061
2017-07-27Remove fixed bugs from Wall of Browser Bugs (#23159)Chris Rebert1-40/+0
* https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/817822/ * https://bugs.chromium.org/p/chromium/issues/detail?id=465274 * https://bugs.chromium.org/p/chromium/issues/detail?id=510079 * https://bugs.webkit.org/show_bug.cgi?id=158276
2017-07-26Remove Firefox transitioncancel entry from Most Wanted listChris Rebert1-10/+0
The transitioncancel event was shipped in Firefox 53 🎉 https://bugzilla.mozilla.org/show_bug.cgi?id=1264125
2017-07-02fix some busted linksMark Otto1-5/+0
2017-07-01Removed Japanese translationBailey1-5/+0
The Japanese website (http://bootstrap4.jp/) doesn't exist therefore I removed the link to it.
2017-07-01Redo the "responsive helpers" filesMark Otto1-1/+2
- Moves the embed SCSS to the utilities subfolder - Separate the floats from the embed docs - Rename embed docs from responsive helpers to embeds
2017-07-01Move /utilities/typography to /utilities/text to match SCSS file nameMark Otto1-1/+1
2017-07-01Move /utilities/flexbox to /utilities/flex to match name of SCSS fileMark Otto1-1/+1
2017-06-25update theme colorsMark Otto1-10/+10
2017-06-18Merge branch 'v4-dev' into colors-reduxMark Otto1-1/+1
2017-06-16hide for nowMark Otto1-1/+1
2017-06-15prep docs for displaying the colorsMark Otto3-0/+60
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto7-0/+821
2013-12-28Rearrange repository contents because muahahahahahahaMark Otto1-203/+0
2013-12-22Remove timestamp on generated GlyhpiconsMark Otto1-3/+2
2013-12-22gruntMark Otto1-1/+1
2013-12-18Write Glyphicons to _data, generate Glyphicons markupRoss Allen1-0/+204
This generates a glyphicons.yml file from the glyphicons.less source, and then components.html uses that data to generate the Glyphicons docs by iterating through the data. The _data directory was introduced in Jekyll 1.3.0, and GitHub Pages is already on [version 1.4.2][1]. Fixes #11862. [1] https://github.com/github/pages-gem/blob/master/github-pages.gemspec#L16