aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-11-14Add note to build tools docs section about autoprefixerMark Otto1-0/+6
2015-11-14Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto15-8492/+3632
2015-11-14nuke unhelpful commentsMark Otto1-3/+0
2015-11-14Refactor figure image styles to use CSS class instead of child selectorBass Jobsen2-8/+7
Refactoring according the comments on https://github.com/twbs/bootstrap/pull/18104. Closes #18131
2015-11-13Merge pull request #18244 from patrickhlauke/v4-ios-viewport-tweak3Patrick H. Lauke1-1/+1
Add shrink-to-fit to responsive meta section
2015-11-13Add shrink-to-fit to responsive meta sectionPatrick H. Lauke1-1/+1
2015-11-13Travis CI: Use npm@3Chris Rebert1-0/+1
2015-11-13Update shrinkwrapChris Rebert1-8443/+3563
2015-11-13Replace grunt-autoprefixer with grunt-postcss + autoprefixerBass Jobsen2-31/+35
Closes #18068
2015-11-13Add touch-action:manipulation on interactive elements to avoid 300ms click delayChris Rebert2-1/+22
Fixes #18044 [skip sauce] [skip validator]
2015-11-13.dropdown-menu: Swap color and font-size property order to make SCSS Lint happyChris Rebert1-1/+1
2015-11-13scss/_nav.scss: Remove trailing whitespaceChris Rebert1-1/+1
[ci skip]
2015-11-13Swap margin-right and margin-left ordering in .dropdown-toggle::after to ↵Chris Rebert1-1/+1
make SCSS Lint happy [ci skip]
2015-11-13scss/_card.scss: Remove trailing whitespaceChris Rebert1-1/+1
[ci skip]
2015-11-12Merge pull request #18089 from almirsarajcic/v4-devMark Otto1-1/+1
Rename .help-block to .text-help
2015-11-12Merge pull request #18093 from AndersMad/patch-1Mark Otto1-2/+2
Card fix static -> variable border radius
2015-11-12Merge pull request #17939 from chrisbell08/#17895_alert_border_widthMark Otto2-1/+2
#17895 Added $alert-border-width that defaults to $border-width
2015-11-12Ports c256aca13cf6ff1c3c1d5933b28423bc144f1fc1 to v4Chris Rebert1-1/+0
Refs #15947, #17542 [ci skip]
2015-11-12Revert "Drop cursor pointer for button role"Chris Rebert1-0/+11
This reverts commit 61067304cd8ad4394af69003971b4e9c3aa94c55. The normalize.css pull request (https://github.com/necolas/normalize.css/pull/379 ) was REJECTED, *NOT* merged!
2015-11-12Merge pull request #17954 from risan/patch-1Mark Otto1-0/+4
[V4] Fixes #17953: Add migration docs of .btn-default removal
2015-11-12Merge pull request #18061 from mathisonian/patch-1Mark Otto1-1/+1
remove bro from comment
2015-11-12Merge pull request #17808 from alberto/fix-17781Mark Otto1-0/+1
fixes #17781: Add migration docs note that .control-label is gone in v4
2015-11-12spaceMark Otto1-0/+1
2015-11-12Merge branch 'reboot-cursor' of https://github.com/flexbox/bootstrap into ↵Mark Otto1-11/+0
flexbox-reboot-cursor
2015-11-12Merge pull request #17708 from ↵Mark Otto2-1/+4
biokillos/feature/add-variable-for-card-link-hover-state Add variable for card-link hover state
2015-11-12Merge pull request #17317 from dmbaughman/v4-media-breakpoint-betweenMark Otto1-0/+10
v4 - Added mixin to handle media queries that span multiple breakpoints
2015-11-12Merge pull request #17596 from neilhem/remove-fallback-colorsMark Otto1-2/+0
remove not used popover fallback variables
2015-11-12Merge pull request #17733 from chrisbell08/v4Mark Otto1-0/+1
Fix for Issue #17711 - Added clearfix mixin to the nav-pills class.
2015-11-12Merge pull request #17545 from rbrs/disable-autocompleteMark Otto0-0/+0
v4 - disabled browser autocomplete on search input in docs
2015-11-12gruntMark Otto10-480/+956
2015-11-12fix broke shit, ugh my badMark Otto2-4/+4
2015-11-12README: Tweak tooling setup linkChris Rebert1-1/+1
Fixup #17505 [skip sauce]
2015-11-12Merge pull request #17505 from hkdobrev/v4-bundle-instructionsChris Rebert2-9/+7
Recommend using bundle for running docs locally [skip sauce]
2015-11-12Merge pull request #17467 from Corbzilla/v4-dev-remove-holderjs-docsMark Otto1-0/+5
V4 remove holderjs references from carousel and card docs
2015-11-12Merge pull request #17153 from kkirsche/patch-17Mark Otto3-6/+6
v4 — Change .has-error to .has-danger for uniformity.
2015-11-12Merge pull request #17277 from kkirsche/patch-5Mark Otto1-0/+1
v4 — Use the body color for dropdown menu text in navbars
2015-11-12Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-1/+1
2015-11-12scss: move Figures from _type to _imagesO'meid2-20/+20
2015-11-12Merge pull request #17241 from tagliala/font-size-sm-fixMark Otto1-1/+1
v4: Change the default value of $font-size-sm to .875rem
2015-11-12manually pull in #17212 from @azmenakMark Otto1-0/+4
2015-11-12Merge pull request #17204 from petetnt/petetnt/v4-dev-patch-2Mark Otto1-20/+22
modal.md - wrapped rows to a .container-fluid, added .bd-example-row...
2015-11-12Merge pull request #17138 from kkirsche/patch-11Mark Otto1-1/+1
Provide V4 JSBin template in CONTRIBUTING.md
2015-11-12Merge pull request #17137 from kkirsche/patch-10Mark Otto1-0/+1
v4: Dropdown caret is not horizontally alligned
2015-11-12Merge pull request #18235 from twbs/fix-18230Chris Rebert4-21/+21
Move [hidden] style from _utilities.scss to _reboot.scss
2015-11-12Move `[hidden]` style from _utilities.scss to _reboot.scss; fixes #18230Chris Rebert4-21/+21
[skip sauce]
2015-11-12Merge pull request #18109 from twbs/color-utils-importantChris Rebert2-3/+3
Add !important to text and background color utility classes
2015-11-12Merge pull request #18033 from twbs/invisible-importantChris Rebert1-1/+1
Add !important to .invisible (visibility:hidden) utility class
2015-11-12Merge pull request #18032 from twbs/text-transform-importantChris Rebert1-3/+3
Add !important to text transform utility classes
2015-11-12Merge pull request #18229 from twbs/fix-18224Chris Rebert1-0/+5
Exclude unnecessary old Node.js combos from Travis CI build matrix
2015-11-12Exclude unnecessary old Node.js combos from Travis CI build matrix; fixes #18224Chris Rebert1-0/+5