aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-12-20gruntMark Otto18-14/+18
2016-12-20remove .mb-0 from static form controls to follow up #21270Mark Otto1-3/+3
2016-12-20Overwrite margin-bottom on form-control-static (#21270)Gijs Boddeus1-0/+1
* Overwrite margin-bottom on form-control-static In the documentation the form-control-static class has been used on a p element. On the regular vertical form the margin bottom of the p element gets overwritten by a mb-0 class. In the inline form example this class hasn't been applied, therefore the p element gets a margin-bottom. To prevent this behavior we can add a margin-bottom of 0. * Update _forms.scss
2016-12-19Rename -bg-inverse to -inverse-bg; add -inverse-color (#21371)Mark Otto2-5/+7
2016-12-19gruntMark Otto34-170/+170
2016-12-19Merge branch 'fix-20982' of https://github.com/Starsam80/bootstrap into ↵Mark Otto23-127/+127
Starsam80-fix-20982
2016-12-19Rename _animation.scss to _transitions.scss (#21370)Mark Otto3-4/+2
* Rename _animation.scss to _transitions.scss for accuracy * fix docs reference to file name * cleanup line breaks
2016-12-19gruntMark Otto25-165/+165
2016-12-19Merge branch 'progress-brand' of https://github.com/szastupov/bootstrap into ↵Mark Otto1-1/+1
szastupov-progress-brand
2016-12-19Merge branch '14840-consistent-colors' of https://github.com/Kovah/bootstrap ↵Mark Otto1-26/+26
into Kovah-14840-consistent-colors
2016-12-19Fix typo in migration docs: card-title is replacing panel-title (#21331)Geoffrey Tisserand1-1/+1
2016-12-19Update _modal.scss (#21346)Jesse Mandel1-1/+1
pull->float comment
2016-12-19Add variables for transitions (#21345)Tom Lutzenberger8-8/+25
* Add variables for transitions * Add variables for transitions
2016-12-19fix(readme): locked composer to a proper version (#21338)Michal Zdrojewski1-1/+1
* fix(readme): locked composer to a proper version Without a version lock, users get current stable * match docs
2016-12-19Add 'system-ui' to font stack.Bardi Harborow2-2/+4
2016-12-19Merge pull request #21363 from Johann-S/fixDocPopoversMark Otto2-1/+5
Remove mention of popovers auto placement + add note to migration docs
2016-12-20Use brand color for progress barStepan Zastupov1-1/+1
2016-12-19Remove mention of popovers auto placement + add note to migration docsJohann-S2-1/+5
2016-12-11update jsbin example, fixes #21322Mark Otto1-1/+1
2016-12-10clarify thatMark Otto1-1/+1
2016-12-10gruntMark Otto16-12/+16
2016-12-10linting property orderMark Otto1-1/+1
2016-12-10put the custom control spacer var to useMark Otto1-0/+1
2016-12-08Update _config.ymlMark Otto1-1/+1
2016-12-07Update jQuery CDN to use jQuery.com instead of GoogleChristian Oliff1-2/+2
Fixes: #21130
2016-12-07gruntMark Otto22-661/+473
2016-12-07Fix tabs by using new classesStarsam802-6/+6
2016-12-07Rename `.active` to `.show`Starsam8021-121/+121
2016-12-05Merge pull request #21298 from twbs/carouselMark Otto7-254/+238
Refactor carousel
2016-12-05typoMark Otto1-1/+1
2016-12-04drop the .carousel-control base classMark Otto4-8/+9
2016-12-04update migration docsMark Otto1-1/+8
2016-12-04lintingMark Otto1-1/+1
2016-12-04redo the carousel example to matchMark Otto2-23/+15
2016-12-04simplify svg by only using viewboxMark Otto1-2/+2
2016-12-04rename once moreMark Otto1-8/+8
2016-12-04drop the fixed width of the indicators. instead use the carousel-control ↵Mark Otto2-6/+6
width as margins to ensure content doesn't overlap
2016-12-04rename varMark Otto2-6/+6
2016-12-04there's no font, so rip that varMark Otto2-2/+0
2016-12-04remove unused varsMark Otto1-2/+0
2016-12-04rip responsive styles; they're unnecessary and likely require overriding anywayMark Otto1-34/+0
2016-12-04redo control icons to use open iconic svgs inlinedMark Otto2-16/+12
2016-12-04rename control left and right to prev and next; simplify styling by removing ↵Mark Otto1-13/+7
gradient
2016-12-04rename in docsMark Otto1-2/+2
2016-12-04code commentMark Otto1-1/+1
2016-12-04rename and un-nest iconsMark Otto1-43/+41
2016-12-04remove commentMark Otto1-1/+0
2016-12-04remove commented out codeMark Otto1-4/+0
2016-12-04Merge branch 'v4-dev' into carouselMark Otto144-2397/+2861
2016-12-04Move margin from adjacent selector to right on the .custom-control for ↵Mark Otto1-4/+1
better responsive rendering (#21295)