aboutsummaryrefslogtreecommitdiff
path: root/docs/assets
AgeCommit message (Collapse)AuthorFilesLines
2016-07-26Enable flexbox grid CSS on our docs pageMark Otto1-0/+24
- Creates new flexbox grid Sass file in our docs assets - Updates the Gruntfile to compile said new Sass file and minify the output - Update notice on flexbox docs page for how it works - Only enable compiled flexbox grid CSS in hosted docs site, not in dev (for easier and specific debugging of all flexbox features)
2016-07-25gruntMark Otto2-2/+2
2016-07-25fix doubled up padding in docs navbarMark Otto1-0/+3
2016-07-23gruntMark Otto1-1/+1
2016-07-20Fix typo in comment.XhmikosR1-1/+1
[ci skip]
2016-07-12Losslessly compress doc images.XhmikosR4-0/+0
Used zopfli 1.0.1 with `zopflipng.exe -m --lossy_transparent -y --iterations=1000`. Before: 199 KB (203.922 bytes) After: 197 KB (202.151 bytes) [ci skip]
2016-06-29Run `grunt`.XhmikosR1-1/+1
[ci skip]
2016-06-28Support jQuery v3 in Bootstrap v4 (#20191)Chris Rebert1-4/+4
* bower.json, package.json: Extend jQuery version ranges to include v3 * NuGet: Bump jQuery to v3.0.0.1 * Docs+Examples: Update jQuery to v3.0.0 * Use jQuery v3.0.0 for JS unit tests * Update jqueryVersionCheck to allow jQuery v3.x.x
2016-06-26grunt dist docsChris Rebert3-6/+5
[skip sauce] [skip validator]
2016-06-12Fixes #17089 a bitMark Otto1-0/+1
2016-06-04gruntChris Rebert3-2/+4
[ci skip]
2016-05-26Merge pull request #19894 from twbs/v4-dev-jquery223XhmikosR2-5/+5
Update jQuery to v2.2.4.
2016-05-26Fix error with the new jQuery.XhmikosR1-1/+1
2016-05-26Update jQuery to v2.2.4.XhmikosR1-4/+4
2016-05-20Add "The Bootstrap Authors" to copyright notices (#19936)Chris Rebert4-0/+4
❤️❤️❤️ https://github.com/twbs/bootstrap/graphs/contributors
2016-04-08Merge branch 'v4-dev' into v4-forms-cleanupMark Otto12-39/+39
2016-04-06Finish killing .center-block; fixes #19443Teo Dell'Amico1-6/+0
Replace the leftover instances with .m-x-auto (and .d-block when necessary) Closes #19665 Refs #19102 [skip sauce]
2016-03-23Merge pull request #19407 from twbs/v4-dev-xmr-jquery-221Chris Rebert1-4/+4
Update jQuery to v2.2.2.
2016-03-21gruntMark Otto2-2/+2
2016-03-21don't shrink nav font-sizeMark Otto1-2/+0
2016-03-21lighter activeMark Otto1-1/+1
2016-03-21Make active navbar link weight 500 againMark Otto1-0/+1
2016-03-19Update jQuery to v2.2.2.XhmikosR1-4/+4
2016-02-28Run grunt.XhmikosR1-3/+4
[ci skip]
2016-02-28Update holder.js to v2.9.3.XhmikosR1-3/+4
[ci skip]
2016-02-27Run `grunt`.XhmikosR1-8/+3
[ci skip]
2016-02-27Update tether to v1.2.0.XhmikosR1-2/+1
[skip sauce] [skip validator]
2016-02-27Update jekyll-search to v1.1.1.XhmikosR1-1/+1
[ci skip]
2016-02-27Update clipboard.js to v1.5.9.XhmikosR1-2/+2
[ci skip]
2016-02-27Update anchor-js to v3.1.0.XhmikosR1-4/+4
[ci skip]
2016-02-19Run grunt.XhmikosR2-2/+2
[ci skip]
2016-02-18Modal docs: Added JS event handler for relatedTarget demoJames Mosier1-0/+11
Fixes #17584 Closes #17607 by merging it
2016-02-16gruntMark Otto1-1/+1
2016-02-15gruntMark Otto1-1/+1
2016-02-09spacing in docs example"Mark Otto1-0/+4
2016-02-06gruntMark Otto2-2/+2
2016-02-06gruntMark Otto2-2/+2
2016-02-06Strip out .err from our syntax highlighting styles because it fucks up our ↵Mark Otto1-1/+0
placeholders in code snippets
2016-02-06gruntMark Otto2-2/+2
2016-02-06Merge branch 'v4-dev' into v4-grid-reduxMark Otto6-5/+17
2016-02-06linter overhaulMark Otto6-5/+17
2016-02-06disable linterMark Otto1-0/+2
2016-02-06flip things around again, no more base class, try out some new stuff to keep ↵Mark Otto1-2/+4
responsive flex grid working
2016-02-06simpler, more specific docs example cssMark Otto1-1/+3
2016-02-06Tweak docs example CSS for flexbox grid colsMark Otto1-0/+10
2016-02-06Ensure docs grid example highlighting for flexbox modeMark Otto1-0/+1
2016-02-03gruntMark Otto2-2/+2
2016-02-03Redo line-height globallyMark Otto1-1/+0
- Rename -height to -height-base to match other vars - Drop use of -height across the board and rely on it to be inherited - Adjust padding of .dropdown-header to account for different line-height of h6 heading element (this needs refactoring for variables and rems also)
2016-01-19Fix typo in docs/assets/scss/docs.scssruedap1-1/+1
2016-01-17gruntMark Otto2-2/+2