aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-11-15Add input group example with btns on both sides for completeness+testingChris Rebert1-0/+14
[skip sauce]
2015-11-15Add $list-group-border-width; refs #18150Chris Rebert2-3/+4
[skip sauce]
2015-11-15$list-group-border => $list-group-border-colorChris Rebert2-2/+2
[skip sauce]
2015-11-15Move viewport-dependent padding tweak into main .jumbotron blockChris Rebert1-6/+4
Refs #18259 [skip sauce]
2015-11-15.form-control: Use $input-border-width instead of $border-widthChris Rebert1-1/+1
[skip sauce]
2015-11-14Add $table-border-width; refs #18150Chris Rebert2-12/+13
2015-11-14Add $popover-border-width; refs #18150Chris Rebert2-2/+3
2015-11-14Use $border-width in misc border print stylesChris Rebert1-2/+2
[skip sauce]
2015-11-14Add $thumbnail-border-width; refs #18150Chris Rebert2-1/+2
2015-11-14$thumbnail-border => $thumbnail-border-colorChris Rebert2-2/+2
2015-11-14Add $pagination-border-width; refs #18150Chris Rebert2-1/+2
2015-11-14Rename $pagination-border => $pagination-border-color for clarityChris Rebert2-3/+3
2015-11-14Add $pager-border-width; refs #18150Chris Rebert2-1/+2
2015-11-14$pager-border => $pager-border-colorChris Rebert2-2/+2
2015-11-14Add $nav-tabs-link-border-width; refs #18150Chris Rebert2-1/+2
2015-11-14Add $input-border-width; refs #18150Chris Rebert2-1/+2
2015-11-14$input-border => $input-border-colorChris Rebert3-4/+4
2015-11-14Add $dropdown-border-width; refs #18150Chris Rebert2-1/+2
2015-11-14$dropdown-border => $dropdown-border-colorChris Rebert2-2/+2
2015-11-14Merge pull request #18255 from twbs/v4-block-cardsMark Otto1-0/+1
Block level cards
2015-11-14fixes #18170, make cards block level by default so anchors can be used as ↵Mark Otto1-0/+1
base element
2015-11-14fixes #18241: bump up border-radius values on .label-pill for when ↵Mark Otto1-1/+3
customization means the 1rem value doesn't cut it
2015-11-14uncomment that, fixes #18219Mark Otto1-2/+0
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