aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-02-17Merge pull request #19238 from twbs/dropdown-padding-yChris Rebert2-2/+3
Extract $dropdown-padding-y variable
2016-02-17Extract $dropdown-padding-y variableChris Rebert2-2/+3
[skip sauce] [skip validator]
2016-02-17Merge pull request #19243 from twbs/list-group-item-heading-margin-bottomChris Rebert2-3/+4
Extract $list-group-item-heading-margin-bottom variable
2016-02-17Extract $list-group-item-heading-margin-bottom variableChris Rebert2-3/+4
[skip sauce] [skip validator]
2016-02-17Merge pull request #19242 from twbs/carousel-caption-widthMark Otto2-4/+6
Extract $carousel-caption-width variable
2016-02-17Merge pull request #19239 from twbs/dropdown-margin-topMark Otto2-2/+3
Extract $dropdown-margin-top variable
2016-02-17Merge pull request #19237 from twbs/carousel-indicator-sizeMark Otto2-5/+8
Extract $carousel-indicator{-active}-size variables
2016-02-17Merge pull request #19255 from patrickhlauke/color-accessibility-callout-includePatrick H. Lauke8-10/+24
Docs: add/unify advice on contextual colors and accessibility
2016-02-17Merge pull request #19259 from patrickhlauke/keyboard-navigation-focus-patch1Patrick H. Lauke1-1/+1
Replace jQuery with vanilla JS
2016-02-17Replace jQuery with vanilla JSPatrick H. Lauke1-1/+1
2016-02-17Merge pull request #19257 from twbs/fix-19147Chris Rebert2-4/+4
Add $gutter parameter to make-col mixin
2016-02-17Add $gutter parameter to make-col mixin; fixes #19147Chris Rebert2-4/+4
[skip sauce] [skip validator]
2016-02-17Merge pull request #19256 from patrickhlauke/label-tag-nav-fixup1Patrick H. Lauke1-1/+1
Replace "label" with "tag" in navigation
2016-02-17Replace "label" with "tag" in navigationPatrick H. Lauke1-1/+1
2016-02-17- Conveying color meaning to AT as markdown includePatrick H. Lauke8-10/+24
- Add/replace callout for color and AT with include
2016-02-16Add $card-img-overlay-padding variableChris Rebert2-1/+3
[skip sauce] [skip variable]
2016-02-16Merge pull request #19251 from twbs/navbar-brand-padding-yChris Rebert2-2/+3
Extract $navbar-brand-padding-y variable
2016-02-16Extract $navbar-brand-padding-y variableChris Rebert2-2/+3
[skip sauce] [skip validator]
2016-02-16Merge pull request #19250 from twbs/list-group-item-paddingChris Rebert2-1/+4
Add $list-group-item-padding-{x,y} variables
2016-02-16Merge pull request #19249 from twbs/card-columns-sm-up-column-gapChris Rebert2-1/+3
Add $card-columns-sm-up-column-gap variable
2016-02-16Add $card-columns-sm-up-column-gap variableChris Rebert2-1/+3
[skip sauce] [skip validator]
2016-02-16Add $list-group-item-padding-{x,y} variablesChris Rebert2-1/+4
[skip sauce] [skip validator]
2016-02-16_tags.scss: Updated comments to reflect name changeAmeya Pandilwar1-4/+4
Erratum from #19157 Closes #19245
2016-02-16Merge pull request #19247 from twbs/code-padding-varsChris Rebert2-2/+4
Extract $code-padding-{x,y} variables
2016-02-16.navbar-divider width: 1px=>$border-widthChris Rebert1-1/+1
[skip sauce] [skip validator]
2016-02-16Extract $code-padding-{x,y} variablesChris Rebert2-2/+4
[skip sauce] [skip validator]
2016-02-16Merge pull request #19246 from twbs/code-font-sizeChris Rebert2-3/+4
Extract $code-font-size variable
2016-02-16Merge pull request #19244 from twbs/figure-caption-font-sizeChris Rebert2-1/+6
Add $figure-caption-font-size variable
2016-02-16Extract $code-font-size variableChris Rebert2-3/+4
[skip sauce] [skip validator]
2016-02-16Add $figure-caption-font-size variableChris Rebert2-1/+6
[skip sauce] [skip validator]
2016-02-16Extract $carousel-caption{-sm-up}-width variablesChris Rebert2-4/+6
[skip sauce] [skip validator]
2016-02-16Merge pull request #19240 from twbs/dropdown-item-padding-xChris Rebert2-2/+4
Extract $dropdown-item-padding-x variable
2016-02-16Extract $dropdown-item-padding-x variableChris Rebert2-2/+4
[skip sauce] [skip validator]
2016-02-16Extract $dropdown-margin-top variableChris Rebert2-2/+3
[skip sauce] [skip validator]
2016-02-16Extract $carousel-indicator{-active}-size variablesChris Rebert2-5/+8
[skip sauce] [skip validator]
2016-02-16Merge pull request #19235 from twbs/carousel-control-sm-up-widthChris Rebert2-6/+7
Extract $carousel-control-sm-up-width variable
2016-02-16Extract $carousel-control-sm-up-size variableChris Rebert2-6/+7
[skip sauce] [skip validator]
2016-02-16Extract $carousel-icon-width variableChris Rebert2-5/+7
[skip sauce] [skip validator]
2016-02-16gruntMark Otto8-6/+8
2016-02-16Fixes #19142 (follow-up to #18771): Restore cursor: pointer to custom ↵Mark Otto1-0/+1
radio/checkbox components
2016-02-16update migration docsMark Otto1-2/+3
2016-02-16gruntMark Otto8-42/+42
2016-02-16Merge branch 'fix-19094' of https://github.com/ameya-pandilwar/bootstrap ↵Mark Otto10-99/+99
into ameya-pandilwar-fix-19094
2016-02-16Merge pull request #19116 from twbs/docs-17264Mark Otto1-18/+31
Docs: Add captions above progress bars
2016-02-16Merge branch 'v4-dev' into mark-paddingMark Otto25-33/+64
2016-02-16gruntMark Otto4-4/+4
2016-02-16Merge pull request #19210 from twbs/small-font-sizeMark Otto2-1/+3
Add $small-font-size variable
2016-02-16Merge pull request #19211 from twbs/mark-bg-varMark Otto2-1/+2
Add $mark-bg so <mark>'s background-color can be customized independently of $state-warning-bg
2016-02-16Merge pull request #19214 from twbs/label-font-sizeMark Otto2-1/+2
Add $label-font-size variable in the name of not hardcoding values
2016-02-16Merge pull request #19215 from twbs/label-pill-border-radiusMark Otto2-3/+4
Add $label-pill-border-radius variable