aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2016-12-04redo the carousel example to matchMark Otto2-23/+15
2016-12-04rename once moreMark Otto1-8/+8
2016-12-04rename in docsMark Otto1-2/+2
2016-12-04Merge branch 'v4-dev' into carouselMark Otto62-1219/+1330
2016-12-04move multiple carousels section up, add responsive classes there, reformat ↵Mark Otto1-29/+18
some stuff
2016-12-04break up example into three separate examples to show flexibilityMark Otto1-7/+62
2016-12-04clear up docs introMark Otto1-1/+5
2016-12-04update left/right classes on controls and add img classesMark Otto1-5/+5
2016-12-04Remove `.float-left` from card header nav (#21292)Starsam801-3/+3
2016-12-04Fix A11yUserVoice bugify rendering. (#21282)Bardi Harborow1-1/+1
2016-12-04Remove duplicate jQuery browser bug link. (#21283)Bardi Harborow1-2/+0
2016-12-04Documentation navigation fixes. (#21288)Bardi Harborow2-11/+9
* Make /utilities/ redirect to /utilities/borders/. * Rewrite sidebar active link logic to ensure superstrings are not selected.
2016-12-02Remove Wall of Browser Bugs entry for #14975Chris Rebert1-10/+0
https://webkit.org/b/150079 has been fixed! Refs #14975 [ci skip]
2016-12-02https://crbug.com/534750 was marked as a duplicate of https://crbug.com/568691Chris Rebert1-1/+1
So update the Wall of Browser Bugs entry accordingly. [ci skip]
2016-12-02Remove Chrome entry for position:sticky from Most Wanted Features listChris Rebert1-10/+0
It's shipping in Chrome 56: https://bugs.chromium.org/p/chromium/issues/detail?id=231752 [ci skip]
2016-12-02gruntMark Otto8-20/+62
2016-12-02Remove soon-to-be-defunct callout about Firefox fieldset bug (#21262)Chris Rebert1-14/+0
The relevant bug has been fixed in Firefox 53: https://bugzilla.mozilla.org/show_bug.cgi?id=504622
2016-11-30Remove https://bugzil.la/504622 from Wall of Browser Bugs (#21260)Chris Rebert1-10/+0
It's fixed in Firefox 53! Yay! Refs #12359 [ci skip]
2016-11-30Remove .btn-outline-inverseysds1-1/+1
2016-11-30Remove .btn-outlineysds2-7/+7
2016-11-29gruntMark Otto12-36/+15
2016-11-28Add Wall of Browser Bugs entry for #21092Chris Rebert1-0/+10
Refs https://bugzilla.mozilla.org/show_bug.cgi?id=1315994 Refs #21092 [ci skip]
2016-11-28docs/_data/browser-bugs.yml: Fix orderingChris Rebert1-10/+10
[ci skip]
2016-11-28Add Wall of Browser Bugs entry for #20759Chris Rebert1-0/+10
Refs https://bugs.webkit.org/show_bug.cgi?id=162362 Closes #20759 [ci skip]
2016-11-28Fix #20936 make inline checkbox/radio markup same as stacked (#20995)Brad Kent1-21/+32
* #20936 make inline checkbox/radio markup same as stacked * tweak language and remove extra blank line in snippet
2016-11-28Fix #20908 (#21244)Mark Otto1-1/+1
Remove the border-bottom from abbr elements since that's covered with an underline in Normalize.css. Updates the docs to match and tweaks some code comments, too.
2016-11-28fixes #21072: clarify location of variables file (and avoid linking to a ↵Mark Otto1-1/+1
file that will be broken depending on the branch name)
2016-11-28gruntMark Otto2-6/+3
2016-11-28fixes #21219: update docs to reflect current sm breakpoint valueMark Otto1-2/+2
2016-11-28gruntMark Otto2-8/+6
2016-11-28gruntMark Otto15-92/+88
2016-11-28Inverse card improvements (#21242)Mark Otto1-1/+1
* Add a color to .card-inverse to account for non .card- prefixed classes * reword the docs to better articulate what the class does
2016-11-28Replacement for #20602 (#21236)Mark Otto1-1/+2
* Fixed incorrect instruction: "Press ⌘ to copy" It needed to be "Press ⌘C to copy" * Updated to concatenate copy string Updated copy command to concatenated string to prevent potential issues * Updated the way the copy string concatenates As per excellent suggestion by @tomlutzenberger * Removed semicolon line endings ;P * var not const or let
2016-11-28gruntMark Otto8-16/+10
2016-11-27gruntMark Otto16-48/+64
2016-11-27Rename `.col-xs` to `.col` + some other cleanup (#21222)Starsam804-34/+35
* Use `breakpoint-min` instead of a counter * Remove 'xs' from flexbox grid
2016-11-27gruntMark Otto16-571/+435
2016-11-27Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto22-83/+92
2016-11-27make a brief mention of #20433Mark Otto1-1/+1
2016-11-27Rename `.navbar-toggleable-xs` to `.navbar-toggleable` + more cleanup (#21226)Starsam808-12/+12
* Clean up some utilities - Align CSS properties - In `_spacing.scss`, we had a comment saying what 'a' was for, but we removed that so this comment no longer applies * Remove '-xs' from `.navbar-toggleable-xs` and remove duplication * Fix outdated classes to use newer ones
2016-11-27Update clearfix mixin (#21224)Mark Otto1-7/+4
* Update clearfix to use block instead of table display (also reorder properties for linting) * update docs snippet for clearfix mixin—was apparently still using Less syntax and had old clearfix hack (even before the block change in this PR)
2016-11-27Add max-width 100% and max-height 100% utilities (#21221)Mark Otto1-1/+13
2016-11-27Rename `.flex-xs-*` and `.flex-items-xs-*` to `.flex-*` and `.flex-items-*` ↵Starsam804-22/+22
(#21218) * Clean up _flex.scss a little This commit just cleans up the formating of _flex.scss by changing it so that it uses a single `@include media-breakpoint-up` instead of multiple. It also aligns all of the CSS properties so it looks a bit nicer. * Remove `-xs` from flex classes
2016-11-26Remove 'xs' from text utilities (#21217)Starsam8010-41/+41
2016-11-26gruntMark Otto10-56/+18
2016-11-26minor docs content tweaks to fix #18997Mark Otto1-1/+1
2016-11-26Merge branch 'container-tooltip-option' into v4-devMark Otto1-1/+1
2016-11-26gruntMark Otto8-23/+96
2016-11-26Update migration file for renamed image classes (#21215)Stephen Puiszis1-0/+2
2016-11-26Update inline forms (updated docs and new flexbox styles) (#21212)Mark Otto1-40/+32
* fix form-inline with flex enabled * grunt * fix alignment of labels * shorter if syntax * add new form example to docs for now * update inline form docs usage guidelines * responsive margins * better margin utils * fix sizing of .form-check * flexbox alignment of .form-check * no need to change direction * support custom controls in inline form, for default and flex modes * add example of custom select and checks to docs * remove hidden and visible label variants since we cover that in the usage guidelines at the start and include hidden labels everywhere * use property value instead of layout name * apply to all labels * add a visible label, space it out * add id