Commit Graph

240 Commits

Author SHA1 Message Date
Mark Otto 6f073edc79 Add .text-truncate class. We already had a mixin and documented the class, so this fixes that. 2017-07-01 23:05:51 -07:00
Mark Otto cfb383cc01 update link 2017-07-01 23:05:51 -07:00
Mark Otto 502856b5c2 update name 2017-07-01 23:05:51 -07:00
Mark Otto 4b84614e7f Redo the "responsive helpers" files
- Moves the embed SCSS to the utilities subfolder
- Separate the floats from the embed docs
- Rename embed docs from responsive helpers to embeds
2017-07-01 23:05:51 -07:00
Mark Otto 58816b38b7 Move /utilities/typography to /utilities/text to match SCSS file name 2017-07-01 23:05:51 -07:00
Mark Otto 25d5ffc9f9 Move /utilities/flexbox to /utilities/flex to match name of SCSS file 2017-07-01 23:05:51 -07:00
Mark Otto 78167242b3 cleanup offsets 2017-07-01 10:42:36 -07:00
Mark Otto 88b9e558fb clip to border-box, update overlay 2017-06-30 15:28:50 -07:00
Mark Otto 77639905cb remove a few .card-dark refs 2017-06-30 15:26:40 -07:00
Mark Otto 221f41adaf account for new blockquote changes 2017-06-30 15:23:36 -07:00
Mark Otto 150d686a30 migration guide updated 2017-06-30 15:23:36 -07:00
Mark Otto 6af449f645 Update card docs to loop over the theme colors and use bg, border, and color utilities 2017-06-30 15:23:36 -07:00
Mark Otto 96b1e5bce5 ditch .card-blockquote for a regular .blockquote (dependent on #22949) 2017-06-30 15:23:36 -07:00
Mark Otto 45722e94ac Drop .blockquote-reverse, replace with text utils, and redesign blockquote to not have a border 2017-06-30 15:04:56 -07:00
Mark Otto 4554d74221 update redirect_from on docs pages 2017-06-30 15:04:10 -07:00
Mark Otto 7eafb16579 update that docs bit too 2017-06-30 11:44:09 -07:00
Mark Otto 3afb571ec3 formatting 2017-06-30 11:44:09 -07:00
Mark Otto 3fd0708f8d this were removed 2017-06-30 11:44:09 -07:00
Mark Otto 6b34cba118 drop that part of the docs, not applicable 2017-06-30 11:44:09 -07:00
Mark Otto 4982926dcf Drop offsets and push/pull for new order variants 2017-06-30 11:44:09 -07:00
Mark Otto b013b987b0 remove grid gutter sass map as it's output css was all jacked up 2017-06-30 09:01:39 -07:00
Mark Otto 7cebaa8bb0 callout for future sass implementation
[skip ci]
2017-06-30 08:55:16 -07:00
Mark Otto 6055453e41 Merge branch 'v4-dev' into colors-redux 2017-06-29 23:15:48 -07:00
Mark Otto 964e06800a Drop the old $gray- variables for the new color range 2017-06-29 23:15:27 -07:00
Craig Potter 41f8af8afa fix broken links on Utilities for layout page 2017-06-29 15:41:50 -07:00
Mark Otto 0f232de9d7 move table variants to use sass map 2017-06-28 09:36:27 -07:00
Mark Otto 3e0375e03b move list group variants to be generated from sass map 2017-06-28 09:29:59 -07:00
Mark Otto 64008ad721 Merge branch 'v4-dev' into colors-redux 2017-06-27 19:59:09 -07:00
Richard Beales db732995cc Update migration.md to fix minor typo 2017-06-27 12:59:29 +02:00
Mark Otto 2f1bcaafa2 Merge branch 'v4-dev' into colors-redux 2017-06-25 18:42:14 -07:00
Mark Otto 9bfbee3503 add border color utilities 2017-06-25 18:39:14 -07:00
Mark Otto f8d61218ca revamp button docs to loop over theme colors 2017-06-25 18:31:34 -07:00
Mark Otto 52cf0fe648 update instances of .bg-inverse and .bg-faded to .bg-dark and .bg-light 2017-06-25 18:31:23 -07:00
Mark Otto 9372eef9e1 rename .card-inverse to .card-dark, update docs to match 2017-06-25 18:30:24 -07:00
Mark Otto 36e482ed27 update navbars to rename .navbar-inverse to .navbar-dark, update all navbar examples and variables 2017-06-25 18:29:43 -07:00
Mark Otto 2392047a0c update alert component to use theme sass map and add a ton of options in the process 2017-06-25 18:22:51 -07:00
Mark Otto fc053ed096 update background utils 2017-06-25 18:16:37 -07:00
Mark Otto aa83c4f417 update badges to use the theme colors sass map 2017-06-25 18:15:32 -07:00
Mark Otto a0fb496635 update rendering of colors in options.md 2017-06-25 18:12:50 -07:00
Sibiraj d9920317f3 Writing style Tweaks to accessibility.md
* fix accessibility.md

* Update accessibility.md
2017-06-21 13:02:24 +02:00
Johann-S 38ddf9ec28 Fix modal overflow with our navbar documentation and fix typo (#22864)
* Fix modal overflow with our navbar documentation and fix typo

* Fix z-index backdrop and modal with popover/tooltip example
2017-06-21 11:47:14 +02:00
Mark Otto 222eddda5e Merge branch 'v4-dev' into colors-redux 2017-06-18 18:32:42 -07:00
Mark Otto 7e2d41becd remove mention of postcss-flexbugs-fixes from docs 2017-06-18 18:17:48 -07:00
Mark Otto 597e9f8618 remove - vars, update docs to generate from data yml files, update mixins, and generate card, button, bg, and color classes from the sass map 2017-06-18 02:57:16 -07:00
Mark Otto 74f1d002b4 Merge branch 'v4-dev' into colors-redux 2017-06-18 02:19:34 -07:00
Mark Otto bcc1f84d56 close #22338 by putting h4 text within links, but keep headings as is because i can't justify writing h3.h4 😭 2017-06-17 21:57:47 -07:00
Mark Otto ea2d6adfc7 mention labels being outside input-group 2017-06-17 21:10:06 -07:00
Mark Otto 58bd8fdf2b Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev 2017-06-17 19:03:25 -07:00
Mark Otto 3e25ebb587 document it 2017-06-17 13:13:47 -07:00
Mark Otto 54ee882e50 redo intro 2017-06-15 20:30:02 -07:00
Mark Otto 42d614347e fix broken button 2017-06-15 20:28:14 -07:00
Mark Otto 09e3509ff3 render the colors 2017-06-15 11:16:40 -07:00
Mark Otto ae6440a480 clarify now that custom is gone 2017-06-15 09:32:26 -07:00
Mark Otto 9c0e423008 Rename popover classes
Part of an update to align the naming schemes across our components.

- Renames .popover-title to .popover-header
- Renames .popover-content to .popover-body

Refs: #22092
2017-06-15 09:05:30 -07:00
Mark Otto 6c8c0aa4cf Rename .card-block to .card-body to match nomenclature of modals 2017-06-15 09:05:16 -07:00
Johann-S e6303d4500 Fix duplicate ID in our documentation 2017-06-15 11:45:32 +02:00
Mark Otto d7302c221a Merge branch 'form-tweaks' of https://github.com/twbs/bootstrap into form-tweaks 2017-06-14 20:31:43 -07:00
Mark Otto c2b68104b6 mention updates in migration doc 2017-06-14 20:31:17 -07:00
Patrick H. Lauke 658fbd5c96 Add note to migration guide 2017-06-14 19:52:37 -07:00
Patrick H. Lauke ff5c75510d Rename .form-control-static to .form-control-readonly-plain 2017-06-14 19:51:50 -07:00
Mark Otto 22bd955434 Merge branch 'v4-dev' into form-tweaks 2017-06-14 19:13:44 -07:00
Johann-S 8f431fc5b8 Update Popper.js 1.10.1 2017-06-14 21:13:42 +02:00
Johann-S f0124769c9 Collapse supports multi-target thanks to @vanduynslagerp (#22713) 2017-06-14 13:21:49 +02:00
Mark Otto 3fb1bf7a20 copy tweaks 2017-06-13 22:13:05 -07:00
Mark Otto d16ece5b2a Merge branch 'form-tweaks' of https://github.com/twbs/bootstrap into form-tweaks 2017-06-13 22:12:04 -07:00
Mark Otto dc71bee83e rearrange, new examples, new docs 2017-06-13 22:11:44 -07:00
Mark Otto 142c2a0851 reorder that 2017-06-11 16:24:20 -07:00
Mark Otto b95aa65c74 nuke subheader 2017-06-10 18:13:36 -07:00
Mark Otto dc5a1db625 add labels and ids 2017-06-10 16:31:36 -07:00
Mark Otto 59817a1729 document server side fallbacks 2017-06-10 16:31:27 -07:00
Mark Otto 0cb95c6643 mention fallbacks 2017-06-10 16:31:14 -07:00
Mark Otto e2b6a71725 words 2017-06-10 16:30:35 -07:00
Mark Otto 6c214ad4c2 drop the old validation styles and docs 2017-06-06 11:27:29 -07:00
Mark Otto 4831076d6e some text for the browser default version 2017-06-06 11:26:24 -07:00
Mark Otto bcfef5b28c add instructions, clarify 2017-06-06 11:26:08 -07:00
Mark Otto c51b7cae95 callout that 2017-06-06 11:25:54 -07:00
Mark Otto d2c9f3f00a flesh out invalid styles on .was-validated 2017-06-05 23:00:14 -07:00
Mark Otto af097bd5bf start rewriting 2017-06-05 20:21:08 -07:00
Mark Otto 4a554e5ff5 trying out new validation styles 2017-06-01 08:06:17 -07:00
Mark Otto f13eb51940 Merge branch 'v4-dev' into form-tweaks 2017-05-31 21:29:23 -07:00
Mark Otto 332d882cdb Merge branch 'v4-dev' into v4-docs-streamlined 2017-05-31 20:46:29 -07:00
Mark Otto ae0f94d469 redo some dropdown docs 2017-05-30 13:59:33 -07:00
Mark Otto 39a258ddfe redo button styles
- rename .btn-bs to .btn-bd-purple
- abstract yellow masthead button into .btn-bd-yellow and use it the new
docs navbar
2017-05-30 12:03:34 -07:00
Mark Otto 43fac7418e forgot bugify in plugin list 2017-05-30 11:37:27 -07:00
Mark Otto cb030314cc hella migration updates 2017-05-30 11:31:57 -07:00
Mark Otto bb54e854de give migration page toc and description 2017-05-29 23:32:28 -07:00
Mark Otto 0ef7cb866e more examples path fixing 2017-05-29 23:32:28 -07:00
Mark Otto 723a03cc43 update examples link and add a redirect 2017-05-29 23:32:28 -07:00
Mark Otto b2c1e89c6a update urls 2017-05-29 23:32:28 -07:00
Mark Otto 3e76d65656 Rearrange all the docs to allow for a docs/major.minor/ setup 2017-05-29 23:32:28 -07:00