aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-11-14Merge pull request #18254 from twbs/v4-text-classesMark Otto1-0/+11
Document links with text emphasis classes
2015-11-14document links with text emphasis classes, fixes #18223Mark Otto1-0/+11
2015-11-14add undefined for nowJacob Thornton1-1/+1
2015-11-14add explicit error for lack of tether in tooltips - fixes #17273Jacob Thornton6-2/+34
2015-11-14Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-devJacob Thornton14-64/+84
2015-11-14Merge branch 'lincolndbryant-v4-dev' into v4-devJacob Thornton10-84/+23
2015-11-14Merge pull request #18249 from twbs/v4-apMark Otto1-6/+12
Autoprefixer callout in Build tools docs
2015-11-14Merge branch 'v4-dev' of https://github.com/lincolndbryant/bootstrap into ↵Jacob Thornton10-84/+23
lincolndbryant-v4-dev
2015-11-14gruntMark Otto10-29/+52
2015-11-14fix broke markupMark Otto1-7/+0
2015-11-14fix error to dangerMark Otto1-2/+2
2015-11-14unfuck that class name changeMark Otto1-7/+7
2015-11-14Merge pull request #18250 from twbs/v4-checkbox-markupMark Otto1-14/+15
Checkbox validation markup (Take 2)
2015-11-14s/error/danger/Chris Rebert1-1/+1
[skip sauce]
2015-11-14One more Autoprefixer shoutoutChris Rebert1-2/+2
[skip sauce]
2015-11-14contextual shoutoutMark Otto1-1/+1
2015-11-14consolidate links at the bottom of the fileMark Otto1-6/+6
2015-11-14Simplifies markup for checkbox validation statesZac Echola1-14/+15
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]