| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-01-05 | Update broken links. | Bardi Harborow | 1 | -1/+1 | |
| 2017-01-03 | leave a note in the docs | Mark Otto | 1 | -0/+1 | |
| 2017-01-03 | Drop .table-reflow | Mark Otto | 1 | -58/+0 | |
| Tried redoing this in flexbox, but it falls apart really quickly. Any changes in height of the cells throws it all off since the rows become columns (and thus, content across columns cannot be equally sized). Rather than implement something with such glaring flaws, I'm nuking it outright. | |||||
| 2016-12-31 | Move .table-responsive from wrapper to .table | Quy | 1 | -1/+1 | |
| 2016-12-22 | Remove IE9 browser hacks. (#21393) | Bardi Harborow | 1 | -1/+1 | |
| 2016-12-19 | Add 'system-ui' to font stack. | Bardi Harborow | 1 | -1/+3 | |
| 2016-12-02 | Remove soon-to-be-defunct callout about Firefox fieldset bug (#21262) | Chris Rebert | 1 | -14/+0 | |
| The relevant bug has been fixed in Firefox 53: https://bugzilla.mozilla.org/show_bug.cgi?id=504622 | |||||
| 2016-11-28 | Fix #20908 (#21244) | Mark Otto | 1 | -1/+1 | |
| Remove the border-bottom from abbr elements since that's covered with an underline in Normalize.css. Updates the docs to match and tweaks some code comments, too. | |||||
| 2016-11-26 | Remove 'xs' from text utilities (#21217) | Starsam80 | 2 | -3/+3 | |
| 2016-11-26 | Move .table-responsive to .table instead of as a parent | Mark Otto | 1 | -141/+133 | |
| 2016-11-04 | Update docs to reflect new breakpoint naming convention | Eric Nolte | 1 | -2/+2 | |
| 2016-10-31 | Responsive display utilities (#20934) | Mark Otto | 1 | -4/+4 | |
| * Explore responsive display utils, but with a twist: lowest breakpoint has no breakpoint modifier in the class name * make floats use the same format, add float-none mixin | |||||
| 2016-10-31 | Fixes #21057, fixes utilities link on typography documentation page (#21058) | Rodrigo Castro | 1 | -1/+1 | |
| 2016-10-09 | Merge branch 'v4-dev' into v4-utils | Mark Otto | 6 | -10/+16 | |
| 2016-10-03 | Fix broken/redirected links, moving to HTTPS where possible. (#20557) | Bardi Harborow | 5 | -8/+8 | |
| 2016-10-02 | Document that all table styles are inherited (#20699) | Mark Otto | 1 | -1/+1 | |
| 2016-10-02 | v4: Social meta tags (#20825) | Mark Otto | 6 | -1/+7 | |
| * descriptions for getting started pages * descriptions for layout * add content page descriptions * more descriptions, updates to some existing ones * correct site url * add social stuff to config for twitter cards * add twitter meta tags; use large image for homepage and regular card for all others * add the assets * more site config * more social shiz to partial, remove existing meta for the partial, remove page title from homepage for simpler if statements | |||||
| 2016-09-26 | Rename pull-*-{left|right} classes to .float-*-left and .float-*-right | Mark Otto | 1 | -4/+4 | |
| 2016-09-08 | Add new border utils | Mark Otto | 1 | -6/+2 | |
| - Move and rename .img-rounded to .rounded, .img-circle to .rounded-circle - Add new .rounded-{direction} utils - New docs pages for border utils with TBD comments for the border property - Removes most image examples for rounding from the content/images docs in favor of new docs page | |||||
| 2016-09-08 | updated docs to reflect change in img-rounded class | judetucker | 2 | -12/+12 | |
| 2016-09-08 | Update docs to use new spacing util class names | Mark Otto | 2 | -6/+6 | |
| 2016-09-07 | Fix docs for heading sizes (#20646) | Igor Tarasov | 1 | -6/+6 | |
| * Fix docs for heading sizes (sizes here were from v3) * Added rem sizes to header size docs * Fixed erroneous px sizes | |||||
| 2016-09-07 | fixes #20655: Update font stack list in the Reboot docs to match current CSS ↵ | Mark Otto | 1 | -8/+0 | |
| usage (#20666) | |||||
| 2016-05-16 | Fixed a small typo | dumb | 1 | -1/+1 | |
| 2016-05-11 | Overhaul tables docs and use rgba() colors for inverse tables | Mark Otto | 1 | -0/+135 | |
| - Add inverse examples for all variants - Use rgba() colors for hover and accent states for easy usage in inverse styles | |||||
| 2016-05-08 | Fixes #18492: Document .h1-.h6, change docs mention of inline usage to ↵ | Mark Otto | 1 | -1/+12 | |
| varying elements | |||||
| 2016-05-08 | Merge pull request #19863 from twbs/v4-inverse-table-variants | Mark Otto | 1 | -7/+98 | |
| v4: Inverse table variants | |||||
| 2016-05-08 | add code snippet | Mark Otto | 1 | -0/+18 | |
| 2016-05-08 | Update table docs | Mark Otto | 1 | -7/+80 | |
| - Change some things around, add some copy - Include table variant styles for the inverse tables thanks to bg and color utils | |||||
| 2016-05-08 | document table border collapse change, move from old normalize to our reboot | Mark Otto | 1 | -1/+1 | |
| 2016-04-11 | Merge pull request #19710 from twbs/ios-9.3-fast-tap | Patrick H. Lauke | 1 | -2/+2 | |
| Update 300ms click delay docs to reflect iOS 9.3 improvements | |||||
| 2016-04-10 | Update 300ms click delay docs to reflect iOS 9.3 improvements | Chris Rebert | 1 | -2/+2 | |
| [skip sauce] | |||||
| 2016-04-08 | Fixes #19690: Mention classes better for .list-inline and .list-inline-item | Mark Otto | 1 | -1/+1 | |
| 2016-04-06 | Update lingering implicit prose reference to `.center-block` | Chris Rebert | 1 | -1/+1 | |
| Closes #19339 Refs #19102, #19443, #19665 [skip sauce] | |||||
| 2016-04-06 | Finish killing .center-block; fixes #19443 | Teo Dell'Amico | 1 | -2/+2 | |
| Replace the leftover instances with .m-x-auto (and .d-block when necessary) Closes #19665 Refs #19102 [skip sauce] | |||||
| 2016-03-06 | Merge pull request #19408 from delftswa2016/v4-dev | Patrick H. Lauke | 1 | -0/+10 | |
| Introduction for using table-reflow | |||||
| 2016-03-06 | Introduction for using table-reflow. | Floris Verburg | 1 | -0/+10 | |
| 2016-02-17 | - Conveying color meaning to AT as markdown include | Patrick H. Lauke | 1 | -0/+3 | |
| - Add/replace callout for color and AT with include | |||||
| 2016-02-16 | Fix typos in plural tag names | Jaga Santagostino | 1 | -1/+1 | |
| 2016-02-08 | Fixes+tweaks to native font stack docs | Chris Rebert | 1 | -4/+8 | |
| [skip sauce] | |||||
| 2016-02-07 | Fix bad localhost link in Typography docs | Chris Rebert | 1 | -1/+1 | |
| Fixup for 27ba4beb228a4a5ad47ef40ff2c688b25cf9a8d5 /fyi @mdo [skip sauce] | |||||
| 2016-02-06 | Fixes #17969: Clear horizontal dls | Mark Otto | 1 | -3/+3 | |
| - Using the grid classes, they still need clearfixes since rows aren't injected between them all - Update docs to fix broken classes | |||||
| 2016-02-06 | cross ref the type utils in the type docs | Mark Otto | 1 | -0/+4 | |
| 2016-02-06 | rogue line break | Mark Otto | 1 | -1/+0 | |
| 2016-02-06 | document | Mark Otto | 2 | -3/+28 | |
| 2016-01-20 | Docs: Tweak #18982 | Chris Rebert | 1 | -2/+2 | |
| [skip sauce] | |||||
| 2016-01-21 | Document .small and .mark classes | David Beitey | 1 | -0/+2 | |
| These are available in _type.scss but not documented. These classes are useful for styling without adding semantics. | |||||
| 2016-01-06 | Add nested definition list to docs example | Chris Rebert | 1 | -0/+8 | |
| Refs #18458 [skip sauce] | |||||
| 2016-01-06 | Remove usages of and references to <input type="datetime"> | Chris Rebert | 1 | -1/+1 | |
| It has been removed from the HTML specification: https://github.com/whatwg/html/issues/336 Only Presto Opera ever implemented a special UI for it. [skip sauce] | |||||
| 2016-01-03 | Merge pull request #18669 from twbs/fix-18652 | Mark Otto | 1 | -2/+2 | |
| Remove .dl-horizontal; it's redundant to the grid system | |||||
