| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-09-08 | Docs: Breaks out Utilities into separate section and optimizes its pages ↵ | Kovah | 1 | -367/+0 | |
| (#20678) | |||||
| 2016-08-21 | minor docs edit to fix #20538 | Mark Otto | 1 | -1/+1 | |
| 2016-04-06 | Add `display` utility classes (.d-{inline,block,inline-block}); fixes #19343 | Teo Dell'Amico | 1 | -0/+22 | |
| Refs #19665 [skip sauce] | |||||
| 2016-04-06 | Add docs for .w-100 utility class | Chris Rebert | 1 | -0/+8 | |
| [skip sauce] | |||||
| 2016-02-18 | Document .pos-f-t utility class; fixes #18494 | Russell Beye | 1 | -0/+14 | |
| Add documentation to components/utilities to publicly expose the .pos-f-t utility class to users. Closes #18799 [skip sauce] | |||||
| 2016-02-18 | Document the possibility of extending the $spacers map | Tobias | 1 | -0/+2 | |
| It's very handy to add another spacer size (e.g. `4`) which can easily be done by extending the map. Example: ``` $spacers: ( 0: ( x: 0, y: 0 ), 1: ( x: $spacer-x, y: $spacer-y ), 2: ( x: ($spacer-x * 1.5), y: ($spacer-y * 1.5) ), 3: ( x: ($spacer-x * 3), y: ($spacer-y * 3) ), 4: ( x: ($spacer-x * 5), y: ($spacer-y * 5) ) ); ``` Closes #18706 [skip sauce] | |||||
| 2016-02-17 | - Conveying color meaning to AT as markdown include | Patrick H. Lauke | 1 | -5/+2 | |
| - Add/replace callout for color and AT with include | |||||
| 2016-02-07 | Docs: Add "Horizontal centering" subheading for .m-x-auto | Chris Rebert | 1 | -2/+3 | |
| Refs #19102 [skip sauce] | |||||
| 2016-02-06 | Drop .center-block for .m-x-auto | Mark Otto | 1 | -22/+13 | |
| - Both classes do about the same thing, but with different names - Clarifies docs for .m-x-auto requiring a fixed width block element for it to work - Add missing heading for clearfix section in docs (unrelated) | |||||
| 2016-01-15 | Use mixin syntax | Quy | 1 | -1/+1 | |
| 2015-12-23 | Clarify what text-capitalize actually does | Patrick H. Lauke | 1 | -0/+2 | |
| as on first skimming over these, it may not be completely obvious | |||||
| 2015-12-23 | Change italicized to italic | Patrick H. Lauke | 1 | -1/+1 | |
| ...otherwise, by the same logic, it should be "Bolded text" above. just looks clunky... | |||||
| 2015-12-23 | Fix bulleted lists on Utilities doc | David\ Beitey | 1 | -0/+3 | |
| 2015-12-12 | Add <br>s to fix appearance of responsive float docs example | Chris Rebert | 1 | -8/+8 | |
| [skip sauce] | |||||
| 2015-12-08 | derp, wrong highlight syntax | Mark Otto | 1 | -2/+2 | |
| 2015-12-08 | add extra line before spacing utilities example | Lachlan Campbell | 1 | -0/+1 | |
| 2015-12-08 | Update docs for spacing utilities themselves to account for #18185 | Chris Rebert | 1 | -69/+39 | |
| /fyi @mdo There might be prettier/better ways of explaining these, but for the sake of having accurate docs for tomorrow, this should do in a pinch. [skip sauce] | |||||
| 2015-12-07 | Tweak naming and docs of font utility classes | Chris Rebert | 1 | -4/+4 | |
| * `.font-normal` is too generic. Rename it to `.font-weight-normal` for clarity. * Rename `.font-bold` to `.font-weight-bold` so as to parallel `.font-weight-normal`. * In docs, gloss "weight" term in relation to fonts for the benefit of non-typographiles. Refs #18433 [skip sauce] | |||||
| 2015-12-06 | fixes #18433: add three new font utils | Mark Otto | 1 | -0/+10 | |
| 2015-11-29 | Merge pull request #18340 from twbs/responsive-pulls | Chris Rebert | 1 | -13/+13 | |
| Add responsive float classes | |||||
| 2015-11-29 | Merge pull request #18317 from twbs/redundant-text-aligns-18300 | Mark Otto | 1 | -3/+13 | |
| Remove non-responsive text alignment classes | |||||
| 2015-11-26 | Add responsive float classes; fixes #13690 | Chris Rebert | 1 | -13/+13 | |
| 2015-11-23 | Add responsive embed class for 1:1 aspect ratio | Richard Kraaijenhagen | 1 | -0/+5 | |
| Closes #18141 | |||||
| 2015-11-22 | Remove non-responsive text alignment classes | Chris Rebert | 1 | -3/+13 | |
| These can be replaced by their `.text-xs-*` parallels. This also avoids any complications from interactions between the responsive and non-responsive classes. (e.g. `<div class="text-left text-md-right">`) Refs #18300 [skip sauce] | |||||
| 2015-11-14 | document links with text emphasis classes, fixes #18223 | Mark Otto | 1 | -0/+11 | |
| 2015-11-12 | Move `[hidden]` style from _utilities.scss to _reboot.scss; fixes #18230 | Chris Rebert | 1 | -16/+0 | |
| [skip sauce] | |||||
| 2015-10-27 | Minor wording tidy-up on Utilities doc page | David Beitey | 1 | -1/+1 | |
| 2015-10-16 | Add "keyboard users" to heading for `sr-only-focusable` | Patrick H. Lauke | 1 | -1/+1 | |
| 2015-10-16 | Remove redundant `.sr-only` text for Close buttons | Patrick H. Lauke | 1 | -2/+1 | |
| Since `aria-label` is used, it's not necessary anymore. | |||||
| 2015-10-12 | Tweak .text-capitalize example to show what happens to interior capital ↵ | Chris Rebert | 1 | -1/+1 | |
| letters; refs #17893 [ci skip] | |||||
| 2015-09-23 | Clarify [hidden] attr docs; closes #17169 | Chris Rebert | 1 | -10/+16 | |
| [ci skip] | |||||
| 2015-09-23 | Move v3 `.hidden` note into Migration docs | Chris Rebert | 1 | -1/+1 | |
| 2015-09-07 | Fix usage of “its” and “it’s” | Zearin | 1 | -1/+1 | |
| 2015-08-26 | Document .bg-inverse | petetnt | 1 | -0/+1 | |
| 2015-08-23 | Rephrase/copyedit IE [hidden] compatibility docs | Chris Rebert | 1 | -1/+1 | |
| Fixes grammatical erratum from cf7819d8d554ed0fe09f78b35bdc6927787c35f7 | |||||
| 2015-08-22 | mention the IE compatability for hidden attr per #17169 | Mark Otto | 1 | -1/+1 | |
| 2015-08-21 | Docs: various fixes | Heinrich Fenkart | 1 | -1/+5 | |
| Mostly links. Fixes #17056. | |||||
| 2015-08-14 | Massive cleanup | Mark Otto | 1 | -1/+1 | |
| - Simpler main nav on all pages - Back to purple masthead on homepage instead of dark graphite - Active link styles on the main nav - Cleaned up sidebar nav - New docs layout name - Homepage copy edits - Updated bright purple docs color | |||||
| 2015-08-14 | update utils, use important | Mark Otto | 1 | -54/+63 | |
| 2015-08-05 | restore page headers, use partial and page frontmatter to organize it | Mark Otto | 1 | -0/+1 | |
| 2015-06-18 | Add 21x9 responsive embed modifier | Mark Otto | 1 | -1/+6 | |
| - Credit: @adammacias - Fixes #16499 | |||||
| 2015-06-01 | move spacing utils to separate file, document them a bit | Mark Otto | 1 | -1/+70 | |
| 2015-05-29 | fix utils ToC listing by unnesting headings | Mark Otto | 1 | -13/+11 | |
| 2015-05-29 | add markdown toc stuff | Mark Otto | 1 | -0/+5 | |
| 2015-05-27 | Merge branch 'v4' of https://github.com/twbs/derpstrap into v4 | Mark Otto | 1 | -16/+4 | |
| Conflicts: dist/css/bootstrap.css dist/css/bootstrap.css.map docs/assets/css/docs.min.css | |||||
| 2015-04-17 | move responsive embed to utilities docs, update the nav to dedupe things | Mark Otto | 1 | -0/+28 | |
| 2015-04-17 | move text utilities docs from type to utilities | Mark Otto | 1 | -3/+27 | |
| 2015-04-17 | rename helpers to utilities in docs, matching the scss file | Mark Otto | 1 | -0/+199 | |
