aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-04-10add some blank linesChris Rebert1-0/+2
2016-04-10Add GitHub issue templateChris Rebert1-0/+29
Refs #19260 [ci skip]
2016-04-10Merge pull request #19705 from patrickhlauke/v4-pagination-a11y-labelPatrick H. Lauke1-5/+11
Add aria-label and callout about labelling pagination components
2016-04-10Add aria-label and callout about labelling pagination componentsPatrick H. Lauke1-5/+11
2016-04-08gruntMark Otto6-12/+12
2016-04-08Fixes #18573: Change name of .form-control-label to .col-form-label (and ↵Mark Otto2-29/+29
.form-control-legend to .col-form-legend) to reiterate use for only grid layouts
2016-04-08gruntMark Otto8-8/+10
2016-04-08fix up broke forms styles and docs example for the gridMark Otto2-20/+23
2016-04-08Merge branch 'v4-dev' into v4-forms-cleanupMark Otto127-2777/+2427
2016-04-08Fixes #19690: Mention classes better for .list-inline and .list-inline-itemMark Otto1-1/+1
2016-04-08https://webkit.org/b/143527 has been fixedChris Rebert1-10/+0
Refs #16180, #16262 [skip sauce]
2016-04-06Docs: Call out removal of @screen-* variables in v4Craig Martin1-4/+4
Closes #19561 Closes #19567 [skip sauce]
2016-04-06Update lingering implicit prose reference to `.center-block`Chris Rebert1-1/+1
Closes #19339 Refs #19102, #19443, #19665 [skip sauce]
2016-04-06Finish killing .center-block; fixes #19443Teo Dell'Amico4-12/+6
Replace the leftover instances with .m-x-auto (and .d-block when necessary) Closes #19665 Refs #19102 [skip sauce]
2016-04-06Add `display` utility classes (.d-{inline,block,inline-block}); fixes #19343Teo Dell'Amico3-1/+37
Refs #19665 [skip sauce]
2016-04-06Merge pull request #19234 from twbs/v4-w100Chris Rebert2-0/+12
Add `.w-100` as width: 100% utility class
2016-04-06Add docs for .w-100 utility classChris Rebert1-0/+8
[skip sauce]
2016-04-06Fixes #19221: Add .w-100 as width: 100% utility classMark Otto1-0/+4
2016-04-06Update offset class name in comment in _grid-framework.scssLionel Erard1-1/+1
[skip sauce] [skip validator]
2016-04-05Update Wall of Browser Bugs entry for #14211Chris Rebert1-1/+1
Refs https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/5381673/ [skip sauce]
2016-04-05Wall of Browser Bugs: Update some more URLs of MS Edge bugsChris Rebert1-2/+2
[skip sauce]
2016-04-04Reflect MS Edge's migration of their issue trackerChris Rebert3-3/+5
Refs https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/ [ci skip]
2016-04-04Reflect MS Edge's migration of their issue trackerChris Rebert3-3/+5
Refs https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/ [skip sauce]
2016-04-04CONTRIBUTING.md: Update MS Edge bug reporting instructionsChris Rebert1-1/+1
[ci skip]
2016-04-03Use @border-radius and add $nav-tabs-border-radius variablevsn4ik4-16/+13
2016-04-02Docs: Correct arg `offsets` to `offset` in tooltips & popoversKay.L2-2/+2
[skip sauce]
2016-04-02Nuke grunt-line-remover.XhmikosR3-47/+46
Use concat's process function instead.
2016-03-31Fix comment styleMark Topper1-179/+179
Fix comment style to `//`, because other than the initial attribution comment, [we don't want any comments in the compiled CSS](http://sass-lang.com/documentation/file.SASS_REFERENCE.html#comments).
2016-03-31RevertedMark Topper1-182/+183
Reverted to original content from https://raw.githubusercontent.com/necolas/normalize.css/d311749e127ea3ea13eb900ad953270d62734f4f/normalize.css
2016-03-30Append HoundCi fixesMark Topper1-7/+6
https://github.com/twbs/bootstrap/pull/19639#discussion-diff-57850395 https://github.com/twbs/bootstrap/pull/19639#discussion-diff-57850397 https://github.com/twbs/bootstrap/pull/19639#discussion-diff-57850398 https://github.com/twbs/bootstrap/pull/19639#discussion-diff-57850401 https://github.com/twbs/bootstrap/pull/19639#discussion-diff-57850399 https://github.com/twbs/bootstrap/pull/19639#discussion-diff-57850402 https://github.com/twbs/bootstrap/pull/19639#discussion-diff-57850403
2016-03-30Update to normalize.css v4.0.0Mark Topper1-165/+164
#19575
2016-03-26Merge pull request #19628 from twbs/ff-bug-1259972Chris Rebert1-0/+10
Add Wall of Browser Bugs entry for #19626
2016-03-26Add Wall of Browser Bugs entry for #19626Chris Rebert1-0/+10
Refs https://bugzilla.mozilla.org/show_bug.cgi?id=1259972 Closes #19626 [ci skip]
2016-03-24Update grunt-html.XhmikosR2-7/+7
[skip sauce]
2016-03-23Merge pull request #19604 from twbs/fix-18559Chris Rebert3-1535/+104
Use vanilla npm shrinkwrap instead of uber/npm-shrinkwrap
2016-03-23update shrinkwrapChris Rebert1-1517/+103
2016-03-23Use vanilla npm shrinkwrap instead of uber/npm-shrinkwrap; fixes #18559Chris Rebert2-18/+1
2016-03-23Merge pull request #19603 from twbs/bump-shrinkwrapChris Rebert1-166/+1152
Update shrinkwrap [skip sauce] [skip validator]
2016-03-23update shrinkwrapChris Rebert1-166/+1152
2016-03-23Merge pull request #19407 from twbs/v4-dev-xmr-jquery-221Chris Rebert16-23/+23
Update jQuery to v2.2.2.
2016-03-21gruntMark Otto6-6/+6
2016-03-21don't shrink nav font-sizeMark Otto1-2/+0
2016-03-21lighter activeMark Otto1-1/+1
2016-03-21Make active navbar link weight 500 againMark Otto1-0/+1
2016-03-21Merge pull request #19473 from neilhem/remove-empty-ifMark Otto1-6/+2
remove empty sass if directives
2016-03-19Update dependencies.XhmikosR2-66/+158
[ci skip]
2016-03-19Update jQuery to v2.2.2.XhmikosR16-23/+23
2016-03-17Bump jekyll-redirect-from.XhmikosR2-3/+3
[skip sauce]
2016-03-15Merge pull request #19553 from twbs/sauce-androidChris Rebert1-8/+9
Add Android to Sauce testing [skip validator]
2016-03-15Add Android to Sauce testingChris Rebert1-8/+9
[skip validator]