aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2016-09-11v4: Update tooltip placement docs (#20696)Mark Otto2-1/+5
* Fixes #19796: Remove mention of tooltip auto placement * add note to migration docs
2016-09-11Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-devMark Otto1-0/+10
2016-09-11Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-devMark Otto1-0/+30
2016-09-11Add Selectors Level 4 :nth-child() to Most Wanted features for EdgeChris Rebert1-0/+10
h/t @bardiharborow for opening https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/15944476 Refs #20143 [skip sauce]
2016-09-11Add transitioncancel to Most Wanted list for Chrome, Safari, Edge (#20618)Chris Rebert1-0/+30
[skip sauce]
2016-09-11Merge branch 'v4-hamburger-fix2' of ↵Mark Otto8-30/+9
https://github.com/patrickhlauke/bootstrap into patrickhlauke-v4-hamburger-fix2
2016-09-11gruntMark Otto4-19/+14
2016-09-09update nav.ymlMark Otto1-1/+0
2016-09-08Add new border utilsMark Otto3-6/+32
- Move and rename .img-rounded to .rounded, .img-circle to .rounded-circle - Add new .rounded-{direction} utils - New docs pages for border utils with TBD comments for the border property - Removes most image examples for rounding from the content/images docs in favor of new docs page
2016-09-08updated docs to reflect change in img-rounded classjudetucker2-12/+12
2016-09-08Revamp background utilities and add new .text-white utilityMark Otto1-8/+9
- Rather than mix multiple properties in our color utilities, this splits all color and all background utils into separate classes. - Adds new .text-white class to help lighten text color for darker backgrounds
2016-09-08Update docs to use new spacing util class namesMark Otto10-28/+28
2016-09-08Docs: Breaks out Utilities into separate section and optimizes its pages ↵Kovah14-367/+436
(#20678)
2016-09-08Add Brazilian Portuguese in translations (#20673)Adam Macias1-0/+5
2016-09-07fix spacing a bitMark Otto1-6/+6
2016-09-07Merge branch 'patch-21' of https://github.com/kkirsche/bootstrap into ↵Mark Otto1-12/+12
kkirsche-patch-21
2016-09-07gruntMark Otto4-10/+11
2016-09-07Fix docs for heading sizes (#20646)Igor Tarasov1-6/+6
* Fix docs for heading sizes (sizes here were from v3) * Added rem sizes to header size docs * Fixed erroneous px sizes
2016-09-07v4: Card image fixes (#20667)Mark Otto1-3/+3
* Add .img-fluid to card images in columns to ensure proper resizing * change that variable from regular value to variable * use calc to figure out a tighter border for card images
2016-09-07fixes #20655: Update font stack list in the Reboot docs to match current CSS ↵Mark Otto1-8/+0
usage (#20666)
2016-09-05Add Edge entry for #20507 to Wall of Browser BugsChris Rebert1-0/+10
Closes #20507 [skip sauce]
2016-09-05ads in content, sidebar changes, etcMark Otto4-8/+33
2016-09-05nav changesMark Otto2-5/+5
2016-09-05try out docs inlineMark Otto1-0/+2
2016-09-05migration copyMark Otto1-1/+1
2016-09-05Merge branch 'v4-dev' into v4-docs-streamlinedMark Otto9-95/+76
2016-09-05hide page header for now, border top nav, sticky sidebarMark Otto4-2/+12
2016-09-05gruntMark Otto1-1/+1
2016-09-05versionsMark Otto4-27/+27
2016-09-05gruntMark Otto4-33/+15
2016-09-05Fixes #20608 and #20578: Consistent checkbox and radio markup (#20629)Mark Otto1-25/+24
- Update docs examples to use newer .form-check suite of classes - Update form validation mixin to use newer classes as well
2016-09-04flip the columns, tweak some of the stylesMark Otto4-9/+24
2016-09-04gruntMark Otto4-4/+3
2016-09-04Fix segmented buttons in input group docs (#20489)Starsam801-2/+2
Fixes #20484
2016-09-04Renamed contextual classes for tables (#20505)Jonathan1-1/+2
To be prefixed with `.table-`.
2016-09-04gruntMark Otto4-9/+9
2016-08-21Merge pull request #20475 from califrench/patch-1Mark Otto1-1/+12
Updated docs with extra auto resize example
2016-08-21Merge pull request #20519 from vanillajonathan/patch-2Mark Otto1-0/+1
Added information about the .panel-group class
2016-08-21Update ads code and styles (also fixes #20477 in different way)Mark Otto4-95/+69
2016-08-21Fixes #20504: Mention .divider to .dropdown-divider name changeMark Otto1-0/+1
2016-08-21minor docs edit to fix #20538Mark Otto1-1/+1
2016-08-21fixes #19930: update split dropup variation to include modifierMark Otto1-1/+1
2016-08-21Fixes #20495: Update heading hierarchy to avoid nested ToC that leads to ↵Mark Otto1-3/+3
hiding of entire ToC
2016-08-21gruntMark Otto4-11/+3
2016-08-19add some margin utilsMark Otto1-5/+5
2016-08-18Remove some strong language in docs/forms.mdAlex Shafer1-1/+1
Remember, there may be children/students using these examples...
2016-08-15Added information about the .panel-group classJonathan1-0/+1
2016-08-07Remove CDN "not yet available" notice.Bardi Harborow1-1/+0
2016-08-06Updated docs with extra auto resize exampleScott Gauthreaux1-1/+12
I updated the doc with an example of a flex layout of 3 columns where the center column is specified as a `.col-xs-5` to show that other columns will resize no matter what the width of the center column. Experienced bootstrap developers will expect to have to use an even number for the center column width when in reality any size will work. I believe this is quite useful information and doesn't add too much to the docs. Another option would be to make that initial example a `.col-xs-5` instead of a `.col-xs-6` to highlight this fact in the first place.
2016-08-03Merge pull request #20434 from vanduynslagerp/fix-20410Mark Otto1-15/+1
Fix dropdown example in docs (Fix #20410)