| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-12-28 | update docs to improve contextual classes section | Mark Otto | 1 | -1/+14 | |
| 2016-12-28 | Revamp list group states and docs to match | Mark Otto | 1 | -38/+51 | |
| - Overhauls the states, including the link/button variants, for list groups to better match how we handle .btn states. - Moved the .list-group-item-action styles before the .list-group-item so that we don't have to do as much overriding. - Removed the plain-hover-focus mixins from the disabled and active states since they're unnecessary. - Added support for :active states on the .list-group-item-action variant (for the current click state). - Removed the heading and text classes and variables since we can accomplish the same thing with utilities. - Added support for :disabled on the .list-group-item-action as well since we can use those with button elements. - Rearranged docs to reflect all the above changes. - Reformatted some Sass variables. | |||||
| 2016-12-27 | follow up to the fix for #20506 with some docs examples of input groups in ↵ | Mark Otto | 1 | -0/+30 | |
| button toolbars | |||||
| 2016-12-27 | revamp button group with flexbox | Mark Otto | 1 | -3/+15 | |
| 2016-12-27 | update example with brand and new util | Mark Otto | 1 | -1/+2 | |
| 2016-12-27 | Fix grammatical/typo errors | Quy | 1 | -3/+3 | |
| 2016-12-25 | throw some margin utils to fix spacing | Mark Otto | 1 | -1/+1 | |
| 2016-12-25 | space that out a smidge | Mark Otto | 1 | -1/+1 | |
| 2016-12-25 | flex the modal header so we can remove custom styles | Mark Otto | 1 | -12/+11 | |
| updates the dom order in our docs to match (floated content comes first, but no need for that in flexbox) | |||||
| 2016-12-24 | fixes #21423 by updating docs to mention flex display instead of ↵ | Mark Otto | 1 | -1/+1 | |
| inline-block; clarifies follow-up text about use of the proper utilities | |||||
| 2016-12-24 | dedupe | Mark Otto | 1 | -3/+3 | |
| 2016-12-24 | started fixing nested .bd-example stuff, then rewrote the modal docs | Mark Otto | 1 | -158/+278 | |
| - better table of contents and overall structure - clearer examples of modal contents, longer modals, and modal options | |||||
| 2016-12-24 | remove old flex utils, update docs to match | Mark Otto | 2 | -5/+5 | |
| 2016-12-24 | Revamp navs docs | Mark Otto | 1 | -92/+75 | |
| - Reorganize things, leading with the base nav first instead of an accessibility note, and then moving the rest to a new available styles section. - Add horizontal alignment options thanks to new flex utils (these new utils will be documented later in another commit). - Dropped `.nav-stacked` for a flex util and added additional alignment options, so document those, too. | |||||
| 2016-12-24 | better/more form spacing in navbars | Mark Otto | 1 | -3/+3 | |
| 2016-12-24 | unify alignment of all these dang navbar forms | Mark Otto | 1 | -18/+18 | |
| 2016-12-22 | margins to separate some cards in examples | Mark Otto | 1 | -10/+10 | |
| 2016-12-22 | final docs cleanup with columns and more | Mark Otto | 1 | -15/+21 | |
| 2016-12-22 | card deck footer example | Mark Otto | 1 | -1/+38 | |
| 2016-12-22 | add aligned footer example | Mark Otto | 1 | -0/+34 | |
| 2016-12-22 | redo subheadings and organization of card layout options | Mark Otto | 1 | -5/+6 | |
| 2016-12-22 | better grouping of card styles docs | Mark Otto | 1 | -3/+7 | |
| 2016-12-22 | redo image section for intros and subheadings | Mark Otto | 1 | -3/+7 | |
| 2016-12-22 | retitle nav section | Mark Otto | 1 | -0/+5 | |
| 2016-12-22 | update alignment section with widths | Mark Otto | 1 | -0/+29 | |
| 2016-12-22 | redo sizing section with utils and grid callouts | Mark Otto | 1 | -2/+65 | |
| 2016-12-22 | redo the supported content section entirely to give it sub sections | Mark Otto | 1 | -91/+40 | |
| 2016-12-22 | redo docs intro for the example | Mark Otto | 1 | -2/+4 | |
| 2016-12-22 | remove .hidden-* classes from .navbar-toggler and make that part of the ↵ | Mark Otto | 1 | -10/+10 | |
| .navbar-toggleable-* | |||||
| 2016-12-22 | couple more utils | Mark Otto | 1 | -2/+2 | |
| 2016-12-22 | put new toggler markup to use | Mark Otto | 1 | -11/+33 | |
| 2016-12-22 | fixes #18115: move forward with one naming scheme for inversed color ↵ | Mark Otto | 1 | -6/+6 | |
| schemes, renaming .navbar-dark to .navbar-inverse (matching .card-inverse in the process and restoring v3's inverted class name) | |||||
| 2016-12-22 | fixes #18053 by removing container padding at lower breakpoints on ↵ | Mark Otto | 1 | -2/+4 | |
| responsive navbars | |||||
| 2016-12-22 | even more utils for forms | Mark Otto | 1 | -2/+2 | |
| 2016-12-22 | more margin utils on forms | Mark Otto | 1 | -4/+4 | |
| 2016-12-22 | make sure all nav demos for the navbar are using toggleable-* classes for ↵ | Mark Otto | 1 | -50/+87 | |
| proper responsive styles | |||||
| 2016-12-22 | make more examples responsive | Mark Otto | 1 | -57/+71 | |
| 2016-12-22 | remove now unneeded collapse section | Mark Otto | 1 | -50/+0 | |
| 2016-12-22 | fix colors | Mark Otto | 1 | -2/+2 | |
| 2016-12-22 | add responsive behaviors section | Mark Otto | 1 | -0/+78 | |
| 2016-12-22 | update responsive behavior in demo | Mark Otto | 1 | -2/+3 | |
| 2016-12-22 | unique ids | Mark Otto | 1 | -8/+0 | |
| 2016-12-22 | make supported content example responsive | Mark Otto | 1 | -23/+27 | |
| 2016-12-22 | no more .navbar-full | Mark Otto | 1 | -1/+1 | |
| 2016-12-22 | more navbar docs changes | Mark Otto | 1 | -1/+5 | |
| 2016-12-22 | cleanup navbar docs for flex changes | Mark Otto | 1 | -39/+27 | |
| 2016-12-22 | follow up to #21393: clarify progress docs browser support and remove ie9 ↵ | Mark Otto | 1 | -14/+1 | |
| section | |||||
| 2016-12-22 | Remove IE9 browser hacks. (#21393) | Bardi Harborow | 2 | -6/+0 | |
| 2016-12-21 | Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389) | Mark Otto | 3 | -55/+26 | |
| * remove the $enable-flex variable option * remove bootstrap-flex.css dist file and it's grunt task * remove the separate flex css file for docs; it's all the same now * remove flexbox docs (porting some to the main grid docs in next commit) * clean up few grid docs bits to simplify copy, start to mention flexbox * port relevant flexbox-grid.md content to grid.md - clean up mixins - update how it works section - bring over sizing and alignment sections * remove the $enable-flex from the options.md page * update lead paragraph to mention flexbox * update migration to mention loss of ie9 support * remove mention of flexbox dist file * clarify IE support * making a note * remove flexbox variant mentions from component docs - updates docs for media object, navs, list group, and cards to consolidate docs - no more need to callout flexbox variants since it's now the default * remove $enable-flex if/else from sass files * remove flex dist files * update scss lint property order to account for flex properties * linting * change to numberless classes for autosizing, wrap in highlighting div * bump gruntfile and postcss to ie10 * redo intro sections * rearrange * phew, redo hella grid docs - rearrange all the things - consolidate some bits * remove reference to flexbox mode * more border action for demo * Make some changes to the .card's in .card-deck's to ensure footers align to the bottom | |||||
| 2016-12-20 | update docs to use .mt-1 on floated labels; clarify docs for guidance | Mark Otto | 1 | -5/+5 | |
