Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/_data
AgeCommit message (Collapse)Author
2018-07-12Reorganize docs for easier deploysMark Otto
With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager.
2018-07-03OS X is now macOS (#26796)Christian Oliff
* OS X is now macOS * Update browser-bugs.yml
2018-04-02Use https when possible.XhmikosR
2018-04-01Add box-shadow utilities (#25758)Mark Otto
2018-01-18Restore sidebar nav link to Approach pageMark Otto
2018-01-15Examples updates (#24898)Mark Otto
* 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. Lauke
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)Herst
Position: sticky is included in Edge 16
2017-12-30Wall of Browser Bugs: Chrome SVG perf bug (#24673) (#24751)Herst
https://crbug.com/781344
2017-11-07fixes #24642Mark Otto
2017-10-29Remove the now unused _data/core-team.yml and the relevant scss. (#24593)XhmikosR
2017-10-29Revamp docs About section (#24589)Mark Otto
- 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)XhmikosR
2017-10-22Remove the unused _data/showcase.yml file. (#24482)XhmikosR
2017-10-13Update colors in _data and theming.md to match _variables.scss (#24355)Jesse Mandel
2017-10-04adds Andres to the team pageAndres Galante
2017-10-03update navMark Otto
2017-10-03Stub out new Theming pageMark Otto
2017-09-26Normalize all links. (#24109)XhmikosR
* 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-31Wall of Browser Bugs: Update table-cell border Chrome bug refChris Rebert
https://crbug.com/568691 has been succeeded by https://crbug.com/749848
2017-08-15Move About menu link to the end.XhmikosR
2017-08-15Add traditional Chinese in translations.yml (#23357)Casper
2017-08-11Fix about sidebar.XhmikosR
2017-07-31_data/browser-features.yml: remove trailing spaces.XhmikosR
2017-07-28Wall of Browser Bugs: Update CSS multi-column entries (#23168)Chris Rebert
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 Rebert
* 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-27Remove Firefox transitioncancel entry from Most Wanted listChris Rebert
The transitioncancel event was shipped in Firefox 53 🎉 https://bugzilla.mozilla.org/show_bug.cgi?id=1264125
2017-07-02fix some busted linksMark Otto
2017-07-02Removed Japanese translationBailey
The Japanese website (http://bootstrap4.jp/) doesn't exist therefore I removed the link to it.
2017-07-02Redo the "responsive helpers" filesMark Otto
- 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-02Move /utilities/typography to /utilities/text to match SCSS file nameMark Otto
2017-07-02Move /utilities/flexbox to /utilities/flex to match name of SCSS fileMark Otto
2017-06-26update theme colorsMark Otto
2017-06-18Merge branch 'v4-dev' into colors-reduxMark Otto
2017-06-17hide for nowMark Otto
2017-06-15prep docs for displaying the colorsMark Otto
2017-05-30Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto
2013-12-29Rearrange repository contents because muahahahahahahaMark Otto
2013-12-23Remove timestamp on generated GlyhpiconsMark Otto
2013-12-23gruntMark Otto
2013-12-19Write Glyphicons to _data, generate Glyphicons markupRoss Allen
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