aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-05-08Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-0/+22
2016-05-08gruntMark Otto16-50/+38
2016-05-08Merge pull request #19706 from twbs/issue-templateMark Otto1-0/+22
Add GitHub issue template
2016-05-08Merge pull request #19793 from bassjobsen/patch-38Mark Otto1-0/+43
Update overview.md
2016-05-08Merge pull request #19861 from twbs/card-bordersMark Otto1-2/+1
Jank card borders were too janky
2016-05-08fix validation of dupe idsMark Otto1-3/+3
2016-05-08Merge pull request #19252 from twbs/card-img-overlay-paddingMark Otto2-1/+3
Add $card-img-overlay-padding variable
2016-05-08Merge pull request #19236 from twbs/carousel-icon-widthMark Otto2-5/+7
Extract $carousel-icon-width variable
2016-05-08Jank card borders were too jankyMark Otto1-2/+1
- Drops the experiment I had going for `box-shadow`-powered borders - Reinstates regular `border` using existing variables Fixes #19097 and #19143. Nullifies #19828.
2016-05-08Merge pull request #19851 from bassjobsen/patch-40Mark Otto1-10/+10
Use alphabetic order for the Components doc menu
2016-05-08Docs: Add link to Japanese translation site (#19855)Daiki Okumura1-0/+5
[skip sauce]
2016-05-06add alphabetic order for the componentsBass Jobsen1-10/+10
2016-04-27add $inverse-bg and $inverse-colorChristopher Baker2-4/+6
2016-04-27Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-devChristopher Baker11-13/+63
2016-04-24Clearer section headings, more succinct copyMark Otto1-25/+16
2016-04-24Update overview.mdBass Jobsen1-0/+1
endtag for the highlight
2016-04-24Update overview.mdBass Jobsen1-0/+42
add the `@include media-breakpoint-only()` and `@include media-breakpoint-between` mixins
2016-04-23nuke commented out cssMark Otto1-78/+0
2016-04-23Avoid hacking around the temporal input bug in iOSMark Otto2-32/+12
- Rather than use CSS hacks, let's avoid needing to hack anything - Creates a new Reboot entry to simply reset the appear of the temporal inputs, thereby avoiding the problem entirely - Less than ideal for conveying affordance on iOS, but given bugginess of the input itself, seems a decent tradeoff
2016-04-23Merge branch 'v4-dev' into v4-forms-cleanupMark Otto27-123/+142
2016-04-23Suggest a replacement to .hidden and .showChris Lamb1-1/+1
Signed-off-by: Chris Lamb <[email protected]>
2016-04-21Merge pull request #19714 from patrickhlauke/v4-ie-edge-select-normalisationPatrick H. Lauke2-0/+20
Suppress IE/Edge additional white/blue colors for focused <select>
2016-04-21Merge pull request #19775 from twbs/modal-ie8-innerWidthChris Rebert1-7/+1
Modal: Remove IE8-specific window.innerWidth workaround
2016-04-21Modal: Remove IE8-specific window.innerWidth workaroundChris Rebert1-7/+1
[skip validator]
2016-04-20Merge pull request #19765 from twbs/mq-wkbugsChris Rebert1-0/+20
Add Wall of Browser Bugs entries for WebKit media query bugs [skip sauce]
2016-04-19Add Wall of Browser Bugs entries for https://webkit.org/b/156684 & ↵Chris Rebert1-0/+20
https://webkit.org/b/156687 These bugs are factors in our decisions regarding which unit to use in our media queries. Refs #17403 [skip sauce]
2016-04-17remove references to -* outside _variables.scssChristopher Baker4-10/+15
2016-04-17gruntMark Otto2-2/+2
2016-04-17Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto4-13/+3
2016-04-17gruntMark Otto6-5/+21
2016-04-17Merge pull request #19756 from Rplus/v4-devPatrick H. Lauke1-1/+1
remove `/` in reference url (otherwise 404s)
2016-04-18remove unnecessary `/` in reference urlRplus1-1/+1
2016-04-17Merge pull request #19248 from twbs/navbar-divider-border-widthChris Rebert1-1/+1
.navbar-divider width: 1px=>$border-width
2016-04-15Port #19741 to v4Chris Rebert1-1/+1
[ci skip]
2016-04-14Merge pull request #19737 from twbs/wkbug-128489Chris Rebert1-10/+0
Remove https://webkit.org/b/128489 from Wall of Browser Bugs
2016-04-14https://webkit.org/b/128489 has been fixed!Chris Rebert1-10/+0
Refs #12536 [ci skip]
2016-04-14Add disabled styling for .custom-selectMatthew Rayfield2-1/+9
2016-04-12Merge pull request #19727 from twbs/bugzilla-1264125Chris Rebert1-0/+10
Add http://bugzil.la/1264125 to Wall of Browser Bugs [ci skip]
2016-04-12Add http://bugzil.la/1264125 to Wall of Browser BugsChris Rebert1-0/+10
Due to the lack of this feature in browsers, we currently have to implement an annoying setTimeout-based workaround, which adds an extra layer of complication and probably slightly impacts performance: https://github.com/twbs/bootstrap/blob/e391fcb953cc959ddd88fb676b68f49eef85ef06/js/src/util.js#L63-L77 [ci skip]
2016-04-12Suppress IE/Edge additional white/blue colors for focused <select>Patrick H. Lauke2-0/+20
2016-04-11grunt distChris Rebert6-5/+21
[ci skip]
2016-04-11Update shrinkwrapChris Rebert1-44/+44
2016-04-11Merge pull request #19710 from twbs/ios-9.3-fast-tapPatrick H. Lauke1-2/+2
Update 300ms click delay docs to reflect iOS 9.3 improvements
2016-04-10Merge pull request #19713 from twbs/edge-urlsChris Rebert2-3/+2
Update remaining Edge issue URLs in Wall of Browser Bugs
2016-04-10Merge pull request #19712 from twbs/crbug-273306Chris Rebert1-10/+0
https://crbug.com/273306 has been fixed [skip sauce]
2016-04-10docs/_plugins/bugify.rb: Remove IE; all relevant issues moved to EdgeChris Rebert1-1/+0
[skip sauce]
2016-04-10Update remaining Edge issue URLs in Wall of Browser BugsChris Rebert1-2/+2
* https://connect.microsoft.com/IE/feedback/details/2445370 => https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/6793560/ * https://connect.microsoft.com/IE/feedback/details/2256049 => https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7165383/ [skip sauce]
2016-04-10https://crbug.com/273306 has been fixedChris Rebert1-10/+0
Refs #12078 [skip sauce]
2016-04-10Update 300ms click delay docs to reflect iOS 9.3 improvementsChris Rebert1-2/+2
[skip sauce]
2016-04-10Embolden the "don't"Chris Rebert1-1/+1