aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-12-27Don't show `.bd-*` classes to the user (#21443)Starsam801-1/+11
* Don't show `bd-*` classes to the user * Add comments and another regex
2016-12-27Document how to break equal width cols to multiple rowsMark Otto1-0/+16
Fixes #21287
2016-12-27bump jquery and grunt-sassMark Otto1-3/+3
plus shx? :shrug:
2016-12-27gruntMark Otto16-16/+18
2016-12-27fixes #21445Mark Otto2-14/+3
remove broken example class from grid docs
2016-12-26more flexbox docsMark Otto1-2/+45
2016-12-26follow up to #21436 to add docs for the .flex-row-reverse , ↵Mark Otto1-48/+100
.flex-column-reverse, and .flex-wrap-reverse
2016-12-26gruntMark Otto8-6/+202
2016-12-26Add more flex utilitiesStarsam801-31/+34
2016-12-26Rename tags to badges in commentsQuy1-4/+4
2016-12-26Remove Meteor install instructions.Bardi Harborow2-7/+0
2016-12-25gruntMark Otto10-32/+66
2016-12-25Fixes #20586Mark Otto1-1/+1
Use pixels instead of rem units for focus box-shadow on custom controls so that IE11, Edge, and Win FF screw it up less
2016-12-25throw some margin utils to fix spacingMark Otto1-1/+1
2016-12-25Use calc() on .col-form-label padding calculationsMark Otto1-6/+6
Fixes #21135. There's a height mismatch here because we're setting padding on the labels, while inputs get padding *and* a top+bottom border. This now uses calc to determine the exact height needed to match labels to inputs.
2016-12-25Replaces #21270 with proper fixMark Otto1-1/+1
Rather than overriding this just on inline form examples, this should be for all static form controls to match inputs.
2016-12-25space that out a smidgeMark Otto1-1/+1
2016-12-25vertically center .form-group contents in inline formsMark Otto1-0/+1
fixes broken inline form example mentioned in #21407
2016-12-25use flex and direction to do the stacked controls instead of float hacksMark Otto1-2/+3
This also fixes #21280. Previously, we were using float and clear on the individual controls, but that meant a computer height of `0` for the parent `.custom-controls-stacked`. No more problem after using flexbox though.
2016-12-25move custom checks/radios to inline-flexMark Otto1-1/+1
2016-12-25gruntMark Otto18-328/+355
2016-12-25Use variables for the width/height classesStarsam802-9/+12
2016-12-25Clean up _spacing.scss a little bitStarsam801-20/+16
2016-12-25Remove some leftover IE9/flex stuffStarsam805-1392/+3
2016-12-25lintingMark Otto1-2/+2
2016-12-25flex the footer and include some margin magicMark Otto1-2/+7
- we need to set margin for space between footer buttons as flexbox doesn't render HTML spaces like inline-block does - flexbox doesn't have collapsing margins or anything, so we hack it with some :not(:first-child) and :not(:last-child) action
2016-12-25flex the modal header so we can remove custom stylesMark Otto2-17/+14
updates the dom order in our docs to match (floated content comes first, but no need for that in flexbox)
2016-12-25No need to override a margin-top that never was set; only specify ↵Mark Otto1-1/+1
margin-bottom override
2016-12-25Enable flex on the .modal-content, ensure .modal-body stretches the height ↵Mark Otto1-0/+5
(if needed)
2016-12-25darker border on modal headerMark Otto1-1/+1
2016-12-25trailing spaceMark Otto1-1/+1
2016-12-25line break for sanityMark Otto1-0/+1
2016-12-25add my-auto and m-autoMark Otto1-0/+5
2016-12-25document it all, add align items examplesMark Otto1-2/+30
2016-12-25responsive auto margin classesMark Otto1-8/+13
2016-12-25reorder docsMark Otto1-63/+62
2016-12-25stub out some docsMark Otto1-0/+13
2016-12-25add mr-auto and ml-auto for some flex shizMark Otto1-0/+3
2016-12-25Disable Hound on test cases.Bardi Harborow2-0/+5
2016-12-25Fixes #18228: Don't use `transparent` for bottom border, use bg colorMark Otto1-1/+1
2016-12-24[Fix #19849] Tabs are opened even if disabled. (#20795)Alessandro Rodi2-1/+41
* [Fix #19849] Tabs are opened even if disabled. * fix hund code review hints * rollback hound issues because Travis fails
2016-12-24gruntMark Otto1-1/+1
2016-12-24Update IE9 support (#21424)Quy1-2/+2
2016-12-24gruntMark Otto29-2493/+1650
2016-12-24fixes #21423 by updating docs to mention flex display instead of ↵Mark Otto1-1/+1
inline-block; clarifies follow-up text about use of the proper utilities
2016-12-24dedupeMark Otto1-3/+3
2016-12-24started fixing nested .bd-example stuff, then rewrote the modal docsMark Otto1-158/+278
- better table of contents and overall structure - clearer examples of modal contents, longer modals, and modal options
2016-12-24nest modal examples cssMark Otto1-15/+17
2016-12-24rip numbersMark Otto1-67/+67
2016-12-24add order docsMark Otto1-0/+12