aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-12-04redo the carousel example to matchMark Otto2-23/+15
2016-12-04simplify svg by only using viewboxMark Otto1-2/+2
2016-12-04rename once moreMark Otto1-8/+8
2016-12-04drop the fixed width of the indicators. instead use the carousel-control ↵Mark Otto2-6/+6
width as margins to ensure content doesn't overlap
2016-12-04rename varMark Otto2-6/+6
2016-12-04there's no font, so rip that varMark Otto2-2/+0
2016-12-04remove unused varsMark Otto1-2/+0
2016-12-04rip responsive styles; they're unnecessary and likely require overriding anywayMark Otto1-34/+0
2016-12-04redo control icons to use open iconic svgs inlinedMark Otto2-16/+12
2016-12-04rename control left and right to prev and next; simplify styling by removing ↵Mark Otto1-13/+7
gradient
2016-12-04rename in docsMark Otto1-2/+2
2016-12-04code commentMark Otto1-1/+1
2016-12-04rename and un-nest iconsMark Otto1-43/+41
2016-12-04remove commentMark Otto1-1/+0
2016-12-04remove commented out codeMark Otto1-4/+0
2016-12-04Merge branch 'v4-dev' into carouselMark Otto144-2397/+2861
2016-12-04Move margin from adjacent selector to right on the .custom-control for ↵Mark Otto1-4/+1
better responsive rendering (#21295)
2016-12-04nuke the text-shadowMark Otto2-8/+0
2016-12-04move multiple carousels section up, add responsive classes there, reformat ↵Mark Otto1-29/+18
some stuff
2016-12-04lintingMark Otto1-2/+2
2016-12-04fix js for previousMark Otto1-2/+2
2016-12-04redesign indicatorsMark Otto2-17/+26
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-04pull in js changes from #18830Mark Otto1-14/+32
2016-12-04redo css moreMark Otto1-49/+20
- fix naming of left/right controls - drop the absolute positioning of things and rely on only 3d transforms - remove img styles and require classes to avoid inline-block line-height stuff
2016-12-04Remove `.float-left` from card header nav (#21292)Starsam801-3/+3
2016-12-04Update bootstrap/scss/mixins/_breakpoints.scss (#21285)sophiegit1-7/+7
grid-breakpoint for sm is 576px https://github.com/twbs/bootstrap/blob/v4-dev/scss/_variables.scss#L186-L192 1._breakpoints.scss comment says that grid-breakpoint for sm is 544px, 2.http://v4-alpha.getbootstrap.com/layout/overview/#responsive-breakpoints current document says that grid-breakpoint for sm is 544px, but it should be 576px
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-04Travis build infrastructure refresh. (#21108)Bardi Harborow2-20/+11
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 Otto24-56/+177
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-12-02Reboot: Update <fieldset> comment to clarify that the default weirdness is ↵Chris Rebert1-3/+5
part of the standard. (#21261) Refs https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements [skip sauce]
2016-12-02[V4] Throw error when a plugin is in transition (#17823)Johann8-23/+144
* Throw error when a plugin is in transition * Add unit tests about plugins in transition
2016-11-30Reboot: Add direct link to Edge scrollbar bugChris Rebert1-0/+1
Refs https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7165383/ [ci skip]
2016-11-30Reboot: Link directly to the temporal inputs WebKit bugChris Rebert1-2/+2
Refs https://bugs.webkit.org/show_bug.cgi?id=139848 [ci skip]
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-30Merge pull request #21253 from ysds/remove-btn-outlinePatrick H. Lauke2-8/+8
Remove unnecessary .btn-outline and .btn-outline-inverse on docs
2016-11-30Remove .btn-outline-inverseysds1-1/+1
2016-11-30Remove .btn-outlineysds2-7/+7
2016-11-29gruntMark Otto26-73/+36
2016-11-29Hide popovers when their containing modal is closed. (#21227)Bardi Harborow1-0/+6
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]