aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-11-30dropdown.js: Use more straightforward phrasing for index lower bound checkChris Rebert1-1/+1
[skip sauce] [skip validator]
2015-11-30util.js: Add comment explaining ~~ trickChris Rebert1-1/+1
[skip sauce] [skip validator]
2015-12-01Bump scss_lint to v0.43.2.XhmikosR2-3/+3
2015-12-01Bump gems.XhmikosR2-4/+6
[skip sauce]
2015-11-30Merge pull request #18388 from vsn4ik/v4-dev-fix-responsive-classes-migrationChris Rebert1-2/+2
Fix classes for responsive floats in migration
2015-12-01Fix classes for responsive floats in migrationvsn4ik1-2/+2
See a8dc4812a49d8467e8642abb510b523a9a51cd48#commitcomment-14677726 [skip sauce]
2015-11-30Merge pull request #18383 from twbs/sauce-ms-edgeChris Rebert1-0/+4
Add MS Edge to Sauce browser tests
2015-11-29Bump iOS to v8 in Autoprefixer settingsChris Rebert1-1/+1
The latest iOS version is 9.1 Our prefixing policy dictates that we prefix 1 version back from the latest version. 9.1 - 1_major_version = 8.0 [skip validator]
2015-11-29Prevent anchors in tooltip example from splitting across linesChris Rebert1-0/+4
So as to decrease the number of future inquiries about said edge case (which is already documented). Refs #18304 [skip sauce]
2015-11-29Add MS Edge to Sauce browser testsChris Rebert1-0/+4
[skip validator]
2015-11-29Merge pull request #18377 from twbs/sauce-ios-9.1Chris Rebert1-1/+1
SauceLabs tests: Bump iOS to v9.1
2015-11-29SauceLabs tests: Bump iOS to v9.1Chris Rebert1-1/+1
[skip validator]
2015-11-29Merge pull request #18376 from twbs/travis-disable-cachingChris Rebert1-4/+5
Travis CI: Temporarily disable caching
2015-11-29Merge pull request #18340 from twbs/responsive-pullsChris Rebert14-42/+53
Add responsive float classes
2015-11-29Merge pull request #18381 from twbs/file-input-width-varMark Otto1-2/+2
Use $input-border-width for custom file input borders
2015-11-29Merge pull request #18380 from twbs/card-border-varMark Otto1-1/+1
Use $card-border-width for .card-inverse's header/footer border-bottom override
2015-11-29Use $input-border-width for custom file input bordersChris Rebert1-2/+2
Fixes part of #18150 [skip sauce] [skip validator]
2015-11-29Remove reference to defunct Customizer from v3Chris Rebert1-2/+0
[ci skip]
2015-11-29Use $card-border-width for .card-inverse's header/footer border-bottom overrideChris Rebert1-1/+1
Refs #18150 [skip sauce] [skip validator]
2015-11-29navs.md: Fix typoChris Rebert1-1/+1
[ci skip]
2015-11-29Merge pull request #18256 from twbs/print-border-widthsMark Otto1-2/+2
Use $border-width in misc border print styles
2015-11-29Merge pull request #18264 from twbs/input-group-btns-both-sidesMark Otto1-0/+14
Add input group example with btns on both sides for completeness+testing
2015-11-29fixes #18188Mark Otto1-0/+2
2015-11-29rearrange comment lines for clarityMark Otto1-2/+2
2015-11-29Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto31-172/+218
2015-11-29Merge pull request #18257 from twbs/border-width-varsMark Otto11-31/+40
Add more border width variables
2015-11-29Merge pull request #18260 from twbs/fix-18259Mark Otto1-6/+4
Move viewport-dependent padding tweak into main .jumbotron block
2015-11-29Merge pull request #18265 from twbs/fix-v4-17007Mark Otto1-1/+9
Bring focused input group controls to front via z-index:3
2015-11-29Merge pull request #18317 from twbs/redundant-text-aligns-18300Mark Otto8-28/+35
Remove non-responsive text alignment classes
2015-11-29gruntMark Otto8-6/+16
2015-11-29fixes #18295. improve .nav-inline usefulness and document the classes as wellMark Otto2-0/+37
2015-11-29clarify nav default displayMark Otto1-2/+2
2015-11-29gruntMark Otto2-2/+2
2015-11-29fix ads background colorMark Otto1-1/+1
2015-11-29gruntMark Otto11-9/+17
2015-11-29darken docs nav selected state and un-semibold it so it's not danglingMark Otto1-1/+1
2015-11-29grunt distChris Rebert6-5/+9
[ci skip]
2015-11-29Update shrinkwrapChris Rebert1-60/+72
2015-11-29Merge pull request #18327 from twbs/prefixingChris Rebert1-6/+20
Gruntfile: Add comments explaining CSS prefixing policy
2015-11-29Travis CI: Temporarily disable cachingChris Rebert1-4/+5
So that the build will stop failing due to https://github.com/travis-ci/travis-ci/issues/5092
2015-11-28Add Wall of Browser Bugs entry for #18365Chris Rebert1-0/+10
See http://bugzil.la/1228802 [skip sauce] [skip validator]
2015-11-27_dropdown.scss: Revise comments; fixes #18363Chris Rebert1-4/+4
[skip sauce]
2015-11-26Add responsive float classes; fixes #13690Chris Rebert14-42/+53
2015-11-26Update _cards.scssLeslie1-2/+2
2015-11-26Use the new mixin.Leslie Hoare1-11/+5
2015-11-26Create a mixin for creating new card styles.Leslie Hoare2-0/+7
I'm aware that currently cards are a lot simpler than buttons right now but this may change in future and it feels cleaner to be able to create new card styles without needing to know the internals of how they're implemented.
2015-11-26Merge pull request #18351 from twbs/node_js-stableXhmikosR1-1/+1
Travis CI: Use Node.js 5 instead of "stable"
2015-11-25Travis CI: Use Node.js 5 instead of "stable"Chris Rebert1-1/+1
"stable" is deprecated by nvm Refs https://github.com/twbs/grunt-bootlint/pull/61 [skip sauce]
2015-11-24browsers-devices.md: rm stray `</p>`Chris Rebert1-1/+1
[skip sauce]
2015-11-24Updating "Reporting upstream browser bugs" for IEMartin Beeby1-1/+1
Adding Microsoft Edge and the rendering engine EdgeHTML. Closes #18303 [skip sauce] [skip validator]