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/assets
AgeCommit message (Collapse)Author
2017-10-22distMark Otto
2017-10-20Change `max-height` to `height` in documentation sidebars (#24446)Gijs Boddeus
If the content of the page does not extend the full viewport height, the sidebars were shortened.
2017-10-18distMark Otto
2017-10-18Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto
2017-10-18Merge branch 'yiq-function-update' of https://github.com/gijsbotje/bootstrap ↵Mark Otto
into v4-dev
2017-10-18remove unused docs color variables (#24406)m5o
2017-10-16distMark Otto
2017-10-15Merge branch 'v4-dev' into yiq-function-updateGijs Boddeus
2017-10-07Enable stylelint's no-duplicate-selectors rule.XhmikosR
2017-10-04revert a77c13cGijs Boddeus
2017-10-04change order off properties in _colors.scssGijs Boddeus
2017-10-04Merge branch 'v4-dev' into yiq-function-updateGijs Boddeus
2017-10-03distMark Otto
2017-10-03distMark Otto
2017-10-03Switch to stylelint. (#23572)XhmikosR
2017-10-01distMark Otto
2017-10-01distMark Otto
2017-09-26Add eslint-plugin-compat.XhmikosR
We can check for browser compatibility on lint time now.
2017-09-26docs: fix syntax highlighting for shell scripts. (#24103)XhmikosR
Switch all instances to `sh` but keep `bash` so that things won't break either way.
2017-09-26Lossy compress a few remaining PNGs. (#24097)XhmikosR
Before: 312 KB (320.250 bytes) After: 253 KB (259.961 bytes)
2017-09-20Update anchor.js to v4.1.0. (#24011)XhmikosR
2017-09-15Pre-cache key assets with Workboxjs. (#23533)Michael
2017-09-13modified the yiq to to an actual functiongijsbotje
function only returns a value, not the attribute itself updated every use of the former mixin to use the new function
2017-09-06distMark Otto
2017-08-23Update Popper.js to 1.12.3Johann-S
2017-08-23Tweak ESLint rules.XhmikosR
2017-08-20distMark Otto
2017-08-15Register a service worker.XhmikosR
2017-08-15New favicons.XhmikosR
Include everything for most browsers to work including Android. Kept favicon.ico to the root dir. Also added a manifest.json for PWA.
2017-08-15distMark Otto
2017-08-14Rearrange margins for .highlight (#23396)Mark Otto
Only applies the margins to .highlight instances within .bd-content, thus negating any need for #23279.
2017-08-13distMark Otto
2017-08-12fix docs modal example fade outGijs Boddeus
the z-index was only corrected for `.modal.show` which made the modal drop behind the header and backdrop when fading out simply dropping the `.show` from this selector will correct this issue
2017-08-11Convert the new PNGs to 8-bit and compress them. (#23299)XhmikosR
Before: 354 KB (363.514 bytes) After: 129 KB (132.748 bytes)
2017-08-11docs distMark Otto
2017-08-11Merge branch 'new-home' into v4-devMark Otto
2017-08-11distMark Otto
2017-08-09move to div for block levelMark Otto
2017-08-09replacement fix for #23257 without old historyMark Otto
2017-08-08new homepage, new assets, clean out old stuffMark Otto
2017-08-05distMark Otto
2017-07-31Compress brand SVGs with SVGOMG.XhmikosR
~30% savings.
2017-07-31Losslessly compress social logos.XhmikosR
Before: 374 KB (383.630 bytes) After: 304 KB (311.505 bytes)
2017-07-28Update Popper.js to 1.11.0 (#23162)Johann-S
2017-07-28Fix ESLint docs errors. (#23163)XhmikosR
Ignore ESLint error in ie-emulation-modes-warning.js. Although the error is valid, enough time has been spent on old IE's problems, so just ignore it.
2017-07-16distMark Otto
2017-07-16Update dependencies.Bardi Harborow
2017-07-04move the overflow-y to the sticky `@supports` blockMark Otto
also remove the overflow-x. when you specify either overflow-y or overflow-x, the other is essentially nullified and thus ineffective anyway
2017-07-04overflow-y auto on toc menuGijs Boddeus
fixes #22977
2017-07-04Update Popper.js to 1.10.8Johann-S