aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2016-02-06document horizontal flex utils, update the classes for the middle vertical onesMark Otto1-2/+53
2016-02-06Tweak docs example CSS for flexbox grid colsMark Otto1-0/+10
2016-02-06Add vertical alignment docs for flexbox gridMark Otto1-0/+62
2016-02-06Merge branch 'v4-dev' into v4-grid-reduxMark Otto2-5/+23
2016-02-06Update base class for grid cols in all examplesMark Otto8-80/+80
2016-02-06Ensure docs grid example highlighting for flexbox modeMark Otto1-0/+1
2016-02-06Add flexbox grid page to the docs (still more content to add)Mark Otto2-0/+72
2016-02-06Fix docs layout with added base classMark Otto1-2/+2
2016-02-06Update grid docs to include new required .col base classMark Otto1-60/+60
2016-02-06Update grid mixins code snippets in the docs to include flexbox changesMark Otto1-5/+22
2016-02-06Improve docs sidenav active link highlightingMark Otto1-0/+1
Capture the slug once before applying it and add a slash to it to so we get a unique string to match against instead of a fuzzy partial 'contains'. Helps avoid 'grid' highlighting 'flexbox-grid', for example.
2016-02-05gruntMark Otto4-33/+9
2016-02-05Merge pull request #19086 from twbs/migration-vendor-prefix-mixinsMark Otto1-0/+5
Add migration guidance regarding vendor prefix mixins
2016-02-05Remove pager section from migrationQuy1-4/+0
2016-02-04Add Wall of Browser Bugs entry for https://webkit.org/b/153856Chris Rebert1-0/+10
Refs https://github.com/twbs/bootstrap/issues/14839#issuecomment-60940738 [skip sauce]
2016-02-04Add migration guidance regarding vendor prefix mixinsChris Rebert1-0/+5
Refs #19080
2016-02-03Mention https://webkit.org/b/153852 in browser compatibility docsChris Rebert1-1/+1
Refs #19077 [skip sauce]
2016-02-03Add Wall of Browser Bugs entry for https://webkit.org/b/153852Chris Rebert1-0/+10
Refs http://getbootstrap.com/getting-started/#overflow-and-scrolling Refs #14839 [skip sauce]
2016-02-03Merge branch 'v4-card-fuckery' into v4-devMark Otto5-15/+75
2016-02-03gruntMark Otto6-17/+44
2016-02-03fuck that other class, let's just get tabs and pills in thereMark Otto1-35/+2
2016-02-03gruntMark Otto4-12/+3
2016-02-03Dump the type margin overrides in alerts for utils, document that particular ↵Mark Otto1-0/+13
example, sidesteps part of #18884
2016-02-03gruntMark Otto6-19/+6
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-02-03center the navMark Otto1-55/+57
2016-02-03Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto9-29/+14
2016-01-28Fix typo in forms.mdcndpzc1-1/+1
Closes #19049
2016-01-26Add docs for custom file input's text and $custom-file-textChris Rebert1-0/+19
[skip sauce]
2016-01-26Remove Wall of Browser Bugs entry for #16915Chris Rebert1-10/+0
https://connect.microsoft.com/IE/feedback/details/2274240/edge-edge-renders-an-svg-img-with-max-width-100-too-small is fixed as of Edge 25.10586.0.0 (or possibly earlier). Confirmed in https://github.com/twbs/bootstrap/issues/16915#issuecomment-175210482 Reverts #19010 [skip sauce]
2016-01-25Run `grunt`.XhmikosR5-15/+9
[ci skip]
2016-01-24DOCS - Fix a link in popover for v4Abdullah Alrasheed1-1/+1
2016-01-23gruntMark Otto4-3/+4
2016-01-23Add Wall of Browser Bugs entry for #16915Chris Rebert1-0/+10
https://connect.microsoft.com/IE/feedback/details/2274240/edge-edge-renders-an-svg-img-with-max-width-100-too-small [skip sauce]
2016-01-21Add prefix to footer.html search.jsonxcatliu1-1/+1
2016-01-21Add prefix to docs/index.html assets/img/sass.pngxcatliu1-3/+3
2016-01-20Clean up printing documentationDavid Beitey1-2/+2
Replace inline HTML with markdown, rewording, and cleanup. Closes #18984
2016-01-20Restore workarounds for #12078 printing bug that were lost in 86af1f3Chris Rebert1-0/+4
Refs #18984 [skip sauce]
2016-01-20Docs: Tweak #18982Chris Rebert1-2/+2
[skip sauce]
2016-01-21Document .small and .mark classesDavid Beitey1-0/+2
These are available in _type.scss but not documented. These classes are useful for styling without adding semantics.
2016-01-20Add Wall of Browser Bugs entry for #18228Chris Rebert1-0/+10
See https://connect.microsoft.com/IE/feedback/details/2263132/edge-ie11-subpixel-problem-with-transparent-borders Refs #18228 [skip sauce]
2016-01-19Fix typo in docs/assets/scss/docs.scssruedap1-1/+1
2016-01-19Also filed a Radar for #17497Chris Rebert1-1/+1
See http://openradar.appspot.com/24235301 Refs #17497 [skip sauce]
2016-01-18Add Wall of Browser Bugs entry for #17497Chris Rebert1-0/+10
https://bugs.webkit.org/show_bug.cgi?id=153224 Closes #17497
2016-01-18Add Wall of Browser Bugs entry for #18543Chris Rebert1-0/+10
https://connect.microsoft.com/IE/feedback/details/2256049/edge-ie11-viewport-rule-has-side-effect-of-making-scrollbars-auto-hide [ci skip]
2016-01-17Merge pull request #18915 from geskill/patch-1Chris Rebert1-2/+2
Fix active Home tab in narrow-jumbotron example
2016-01-17gruntMark Otto6-23/+20
2016-01-17fuck around with card borders and moreMark Otto1-0/+83
2016-01-17Update docs to include mention of the custom variables fileMark Otto1-3/+21
2016-01-17Merge pull request #18885 from twbs/list-groupMark Otto1-7/+0
Remove near-duplicate contextual list group example