aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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]
2015-11-24Gruntfile: Add comments explaining CSS prefixing policyChris Rebert1-6/+20
[skip sauce]
2015-11-23Add responsive embed class for 1:1 aspect ratioRichard Kraaijenhagen2-0/+9
Closes #18141
2015-11-23Run `grunt`.XhmikosR11-40/+39
[ci skip]
2015-11-23Bump grunt-contrib-uglify.XhmikosR2-130/+112
[skip sauce]
2015-11-22Remove non-responsive text alignment classesChris Rebert8-28/+35
These can be replaced by their `.text-xs-*` parallels. This also avoids any complications from interactions between the responsive and non-responsive classes. (e.g. `<div class="text-left text-md-right">`) Refs #18300 [skip sauce]
2015-11-22Add missing !important-s to responsive text alignment classes; fixes #18300Deilv1-3/+3
Closes #18314 by merging a tweaked version of it.
2015-11-19Merge pull request #18288 from twbs/revert-18286-patch-1Patrick H. Lauke1-4/+0
Revert "Added button subsection to the component section"
2015-11-19Revert "Added button subsection to the component section"Patrick H. Lauke1-4/+0
2015-11-19Merge pull request #18286 from vanillajonathan/patch-1Patrick H. Lauke1-0/+4
Added button subsection to the component section
2015-11-19Added button subsection to the component sectionJonathan1-0/+4
2015-11-19Merge pull request #18285 from twbs/lint-visual-testsChris Rebert1-1/+1
Check HTML validity of JS visual tests too
2015-11-19Remove stray </p> from js/tests/visual/scrollspy.htmlChris Rebert1-1/+0
[skip sauce]
2015-11-19Check HTML validity of JS visual tests tooChris Rebert1-1/+1
[skip sauce]
2015-11-19Merge pull request #18284 from twbs/tether-docs-fixChris Rebert2-1/+2
Docs: Separate Tether out from docs.min.js
2015-11-19Docs: Separate Tether out from docs.min.jsChris Rebert2-1/+2
We can't include it in docs.min.js because docs.min.js includes application.js, application.js depends on bootstrap.js, and the tooltip portion of bootstrap.js depends on Tether. So instead, we need to load Tether separately before bootstrap.js [skip sauce]
2015-11-16Run `grunt`.XhmikosR17-828/+412
[ci skip]
2015-11-16Update devDependencies.XhmikosR3-105/+181
Adapt uglify for the new version.
2015-11-16Merge pull request #18267 from twbs/v4-dev-xmr-revert-jquery2-requirementChris Rebert2-3/+3
Revert "Make jQuery 2.0 the minimum supported version."
2015-11-16Check for jQuery >= 3.Chris Rebert1-2/+2
Reword jQuery version mismatch error message since jQuery v3 isn't supported.
2015-11-16Revert "Make jQuery 2.0 the minimum supported version."XhmikosR2-3/+3
This partially reverts commit 9eded912a05082a89ef30b899bbe659cb9ce254c.
2015-11-15docs/content/reboot.md: Just to avoid any ambiguityChris Rebert1-1/+1
[ci skip]
2015-11-15docs/content/reboot.md: Add MDN link and a commaChris Rebert1-2/+2
2015-11-15scss/_reboot.scss: Add link to nice new docs regarding ↵Chris Rebert1-0/+1
`touch-action:manipulation` [ci skip]
2015-11-16Merge pull request #18266 from patrickhlauke/reboot-touch-optimizationPatrick H. Lauke1-0/+14
Docs: touch responsiveness optimization
2015-11-16Touch responsiveness optimizationPatrick H. Lauke1-0/+14
Admittedly wordy info dump on why we use `touch-action:manipulation` refs https://github.com/twbs/bootstrap/pull/18051#issuecomment-156375970
2015-11-15Merge pull request #18051 from twbs/impl-18044Chris Rebert2-1/+22
Add touch-action:manipulation on interactive elements to avoid 300ms click delay
2015-11-15Fix #17001 in v4Chris Rebert1-1/+9
Refs #18253 [skip sauce]