| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-11-27 | Rename `.col-xs` to `.col` + some other cleanup (#21222) | Starsam80 | 2 | -4/+4 | |
| * Use `breakpoint-min` instead of a counter * Remove 'xs' from flexbox grid | |||||
| 2016-11-27 | Rename `.flex-xs-*` and `.flex-items-xs-*` to `.flex-*` and `.flex-items-*` ↵ | Starsam80 | 1 | -3/+3 | |
| (#21218) * Clean up _flex.scss a little This commit just cleans up the formating of _flex.scss by changing it so that it uses a single `@include media-breakpoint-up` instead of multiple. It also aligns all of the CSS properties so it looks a bit nicer. * Remove `-xs` from flex classes | |||||
| 2016-11-26 | Border utilities (#21213) | Mark Otto | 1 | -0/+10 | |
| * grunt * add border utilities for removing borders * clean up comments * add basic border docs * docs styles for border utils | |||||
| 2016-11-16 | Fix padding on .bg-faded demo. | Bardi Harborow | 1 | -1/+2 | |
| 2016-10-10 | Render bash and powershell prompts with ::before. | Bardi Harborow | 1 | -0/+3 | |
| 2016-10-03 | Fix broken/redirected links, moving to HTTPS where possible. (#20557) | Bardi Harborow | 1 | -1/+1 | |
| 2016-09-13 | Add breakpoint-specific gutters. | Kovah | 4 | -5/+5 | |
| 2016-08-21 | Update ads code and styles (also fixes #20477 in different way) | Mark Otto | 1 | -50/+34 | |
| 2016-07-30 | Fixes #20382: Import the flexbox utilities into the docs flex stylesheet | Mark Otto | 1 | -1/+10 | |
| 2016-07-26 | Enable flexbox grid CSS on our docs page | Mark Otto | 1 | -0/+24 | |
| - Creates new flexbox grid Sass file in our docs assets - Updates the Gruntfile to compile said new Sass file and minify the output - Update notice on flexbox docs page for how it works - Only enable compiled flexbox grid CSS in hosted docs site, not in dev (for easier and specific debugging of all flexbox features) | |||||
| 2016-07-25 | fix doubled up padding in docs navbar | Mark Otto | 1 | -0/+3 | |
| 2016-07-20 | Fix typo in comment. | XhmikosR | 1 | -1/+1 | |
| [ci skip] | |||||
| 2016-06-12 | Fixes #17089 a bit | Mark Otto | 1 | -0/+1 | |
| 2016-05-20 | Add "The Bootstrap Authors" to copyright notices (#19936) | Chris Rebert | 1 | -0/+1 | |
| ❤️❤️❤️ https://github.com/twbs/bootstrap/graphs/contributors | |||||
| 2016-04-08 | Merge branch 'v4-dev' into v4-forms-cleanup | Mark Otto | 2 | -9/+2 | |
| 2016-04-06 | Finish killing .center-block; fixes #19443 | Teo Dell'Amico | 1 | -6/+0 | |
| Replace the leftover instances with .m-x-auto (and .d-block when necessary) Closes #19665 Refs #19102 [skip sauce] | |||||
| 2016-03-21 | don't shrink nav font-size | Mark Otto | 1 | -2/+0 | |
| 2016-03-21 | lighter active | Mark Otto | 1 | -1/+1 | |
| 2016-03-21 | Make active navbar link weight 500 again | Mark Otto | 1 | -0/+1 | |
| 2016-02-09 | spacing in docs example" | Mark Otto | 1 | -0/+4 | |
| 2016-02-06 | Strip out .err from our syntax highlighting styles because it fucks up our ↵ | Mark Otto | 1 | -1/+0 | |
| placeholders in code snippets | |||||
| 2016-02-06 | Merge branch 'v4-dev' into v4-grid-redux | Mark Otto | 6 | -5/+17 | |
| 2016-02-06 | linter overhaul | Mark Otto | 6 | -5/+17 | |
| 2016-02-06 | disable linter | Mark Otto | 1 | -0/+2 | |
| 2016-02-06 | flip things around again, no more base class, try out some new stuff to keep ↵ | Mark Otto | 1 | -2/+4 | |
| responsive flex grid working | |||||
| 2016-02-06 | simpler, more specific docs example css | Mark Otto | 1 | -1/+3 | |
| 2016-02-06 | Tweak docs example CSS for flexbox grid cols | Mark Otto | 1 | -0/+10 | |
| 2016-02-06 | Ensure docs grid example highlighting for flexbox mode | Mark Otto | 1 | -0/+1 | |
| 2016-02-03 | Redo line-height globally | Mark Otto | 1 | -1/+0 | |
| - Rename -height to -height-base to match other vars - Drop use of -height across the board and rely on it to be inherited - Adjust padding of .dropdown-header to account for different line-height of h6 heading element (this needs refactoring for variables and rems also) | |||||
| 2016-01-19 | Fix typo in docs/assets/scss/docs.scss | ruedap | 1 | -1/+1 | |
| 2016-01-11 | Docs: Remove defunct Pager example styles | Chris Rebert | 1 | -5/+0 | |
| Refs #18782 [skip sauce] | |||||
| 2016-01-05 | Merge pull request #18734 from tagliala/fix-highlight-docs | Mark Otto | 1 | -1/+1 | |
| Fix margins in highlighted code in docs | |||||
| 2016-01-03 | reformat syntax styles for linting | Mark Otto | 1 | -55/+55 | |
| 2016-01-03 | basic linting | Mark Otto | 2 | -2/+2 | |
| 2016-01-03 | basic linting changes, disable some id selector testing per file as needed | Mark Otto | 6 | -8/+10 | |
| 2016-01-03 | property order linting | Mark Otto | 1 | -1/+1 | |
| 2016-01-03 | we nuked the focusedinput example awhile back, so nuking the styles too | Mark Otto | 1 | -12/+0 | |
| 2016-01-03 | basic linting | Mark Otto | 2 | -4/+4 | |
| 2016-01-03 | nuke vendor prefixes | Mark Otto | 1 | -3/+1 | |
| 2016-01-03 | remove unused rule for ads css that was hiding an image that no longer ↵ | Mark Otto | 1 | -4/+0 | |
| exists (i think) | |||||
| 2016-01-01 | Update copyright years to 2016 | Chris Rebert | 1 | -1/+1 | |
| [ci skip] | |||||
| 2015-12-31 | Fix margins in highlights | Geremia Taglialatela | 1 | -1/+1 | |
| 2015-12-07 | Merge pull request #18325 from twbs/tooltip-a-nowrap | Mark Otto | 1 | -0/+4 | |
| Prevent anchors in tooltip example from splitting across lines | |||||
| 2015-12-07 | proper fix for #18439 w/ clippy placement and hover | Mark Otto | 1 | -4/+8 | |
| 2015-12-06 | fixes #18436 | Mark Otto | 1 | -0/+1 | |
| 2015-11-29 | Prevent anchors in tooltip example from splitting across lines | Chris Rebert | 1 | -0/+4 | |
| So as to decrease the number of future inquiries about said edge case (which is already documented). Refs #18304 [skip sauce] | |||||
| 2015-11-29 | fix ads background color | Mark Otto | 1 | -1/+1 | |
| 2015-11-29 | darken docs nav selected state and un-semibold it so it's not dangling | Mark Otto | 1 | -1/+1 | |
| 2015-10-24 | Replace ZeroClipboard with clipboard.js. | XhmikosR | 3 | -5/+5 | |
| Things left: 1. clear the selection after copy 2. add messages for success and error | |||||
| 2015-10-23 | Rename docs-specific static tooltip/popover classes for clarity; refs #18043 | Chris Rebert | 1 | -3/+3 | |
| [skip sauce] | |||||
