0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
Commit Graph

482 Commits

Author SHA1 Message Date
Mark Otto
7bf868a709 v4: Social meta tags (#20825)
* 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-10-02 18:19:47 -07:00
Mark Otto
8104bd7a02 v4: Update tooltip placement docs (#20696)
* Fixes #19796: Remove mention of tooltip auto placement

* add note to migration docs
2016-09-11 22:30:37 -07:00
Mark Otto
818d1f53a5 Merge branch 'v4-hamburger-fix2' of https://github.com/patrickhlauke/bootstrap into patrickhlauke-v4-hamburger-fix2 2016-09-11 21:57:38 -07:00
Kovah
076a950442 Docs: Breaks out Utilities into separate section and optimizes its pages (#20678) 2016-09-08 21:48:17 -07:00
Mark Otto
a2b33257fc fix spacing a bit 2016-09-07 21:21:30 -07:00
Mark Otto
7df7f40a33 Merge branch 'patch-21' of https://github.com/kkirsche/bootstrap into kkirsche-patch-21 2016-09-07 21:08:02 -07:00
Mark Otto
07752bab7b v4: Card image fixes (#20667)
* Add .img-fluid to card images in columns to ensure proper resizing
* change that variable from regular value to variable
* use calc to figure out a tighter border for card images
2016-09-07 20:40:12 -07:00
Mark Otto
7e18498b64 Fixes #20608 and #20578: Consistent checkbox and radio markup (#20629)
- Update docs examples to use newer .form-check suite of classes
- Update form validation mixin to use newer classes as well
2016-09-05 11:39:37 -07:00
Starsam80
a996eb344d Fix segmented buttons in input group docs (#20489)
Fixes #20484
2016-09-04 17:50:39 -07:00
Mark Otto
c2b8012764 minor docs edit to fix #20538 2016-08-21 19:33:54 -07:00
Mark Otto
ab9d351860 fixes #19930: update split dropup variation to include modifier 2016-08-21 19:07:15 -07:00
Mark Otto
bf056d45be Fixes #20495: Update heading hierarchy to avoid nested ToC that leads to hiding of entire ToC 2016-08-21 17:18:38 -07:00
Alex Shafer
17bc19a805 Remove some strong language in docs/forms.md
Remember, there may be children/students using these examples...
2016-08-18 08:19:09 -04:00
Pierre-Denis Vanduynslager
0f25df1dff Fix dropdown example in docs (Fix #20410) 2016-08-02 01:38:32 -04:00
Patrick Yeo
6157001bcd Tooltip Static Demo uses v3 class names 2016-07-21 12:44:26 -07:00
Patrick H. Lauke
a426c4951c remove navbar-toggler unicode symbol in HTML
remove current HTML-based symbol, add any missing aria-* attributes
2016-07-19 22:11:44 +01:00
Pvanhesteren
ef9099a237 Port #19410 to v4
Clarify valid values of Carousel's `pause` option

Fixes #18205

[skip sauce]
2016-07-17 00:17:30 -07:00
Mark Otto
d12804eb4d Fixes #17193: Remove mention and link to non-existant transitions plugin; that intro paragraph was two dupe sentences 2016-06-12 21:25:04 -07:00
Heiko Jansen
f4c86ffc77 Remove reference to "loaded.bs.modal" event
Since the "remote" option is no longer available in v4 the reference to the "loaded.bs.modal" event is no longer needed, too.
2016-05-13 14:36:46 +02:00
Mark Otto
e70f7162ec Fix #17511 by adding mention to the docs for how to extend the card columns 2016-05-11 23:13:52 -07:00
Mark Otto
7cc802ea78 Consolidate button-dropdown.md with dropdowns.md to simplify docs 2016-05-11 14:13:16 -07:00
Mark Otto
fda92d02a3 Unfuck those split button dropdowns
- Really we didn't need to do any of that strip units stuff to generate six new variables, two for each button size
- Using sibling selectors, we can target those split button dropdown toggles using the .dropdown-toggle-split class, and adjust padding and margin as needed
- Now, we nuke the margin-left from the ::after generated caret and tighten up the padding so that those split toggles don't look huge next to their main button
2016-05-11 11:36:09 -07:00
Mark Otto
b280e36b78 Merge branch 'v4-dev' into v4-split-buttons 2016-05-11 11:07:06 -07:00
Mark Otto
9d6b41c127 Merge pull request #19141 from twbs/v4-forms-cleanup
v4: Forms cleanup
2016-05-11 10:49:31 -07:00
Mark Otto
425e3d407e Bring back some 'help text' love for forms with .form-text
- Includes new class
- New docs to support it
- Rearranged older docs
2016-05-10 08:24:38 -07:00
Mark Otto
73d9815343 Merge branch 'v4-forms-cleanup' of https://github.com/twbs/bootstrap into v4-forms-cleanup 2016-05-09 19:25:42 -07:00
Mark Otto
35c11b69df Update checkboxes and radios docs
- Add lighter gray text to disabled state for .form-check
- Separate radios and checkboxes example
- Clarify docs
2016-05-09 11:00:36 -07:00
Mark Otto
5aa32b3f3a clarify docs comment from #19459 2016-05-09 10:29:04 -07:00
Mark Otto
9f6e881d00 Merge pull request #19459 from delftswa2016/v4-card-ordering
Explicitly state the ordering of cards in card columns in the docs
2016-05-09 10:14:50 -07:00
Mark Otto
707903c60c oops, another checkbox needing a new class 2016-05-08 23:14:28 -07:00
Mark Otto
a6d48b7ee3 add options to the examples so they render properly 2016-05-08 22:53:32 -07:00
Mark Otto
a803ab7f58 fix remaining checkboxes and radios in docs 2016-05-08 22:53:17 -07:00
Mark Otto
d95aad695c fix broken markdown formatting 2016-05-08 22:52:58 -07:00
Mark Otto
dde85e9888 Redo checkboxes and radios
- Move disabled radio and checkbox styles to Reboot
- Collapse .radio and .checkbox into single class, .form-check
- Collapse .radio-inline and .checkbox-inline into single class, .form-check-inline
- Require classes for sub-elements in both new classes
2016-05-08 16:05:27 -07:00
Mark Otto
bd904d70c9 lol my bad, fix that last one too 2016-05-08 15:31:53 -07:00
Mark Otto
4a064209ba Merge branch 'v4-dev' into v4-forms-cleanup 2016-05-08 15:25:26 -07:00
Mark Otto
80341bf709 Merge pull request #19476 from delftswa2016/v4-card-docs
Added explicit commentary to .card-* classes
2016-05-08 14:20:12 -07:00
Mark Otto
b2dd8e1694 fix validation of dupe ids 2016-05-08 13:38:34 -07:00
Mark Otto
9f2ab98026 Merge branch 'v4-dev' into v4-forms-cleanup 2016-04-23 14:24:08 -07:00
Chris Rebert
315755a414 Port #19741 to v4
[ci skip]
2016-04-15 12:17:44 -07:00
Patrick H. Lauke
1bfcf05f65 Add aria-label and callout about labelling pagination components 2016-04-10 15:01:06 +01:00
Mark Otto
0a4d3155ab Fixes #18573: Change name of .form-control-label to .col-form-label (and .form-control-legend to .col-form-legend) to reiterate use for only grid layouts 2016-04-08 21:05:23 -05:00
Mark Otto
91627de4de fix up broke forms styles and docs example for the grid 2016-04-08 20:58:36 -05:00
Mark Otto
80144d74d7 Merge branch 'v4-dev' into v4-forms-cleanup 2016-04-08 20:55:19 -05:00
Teo Dell'Amico
1b35105852 Add display utility classes (.d-{inline,block,inline-block}); fixes #19343
Refs #19665
[skip sauce]
2016-04-06 15:49:08 -07:00
Chris Rebert
3165835a1b Add docs for .w-100 utility class
[skip sauce]
2016-04-06 15:06:25 -07:00
Kay.L
cc5e248aa2 Docs: Correct arg offsets to offset in tooltips & popovers
[skip sauce]
2016-04-02 10:38:04 -07:00
Floris Verburg
68975f504f Fixed typos 2016-03-11 14:21:15 +01:00
Floris Verburg
28f5c60419 Added explicit commentary to .card-* classes 2016-03-11 12:14:08 +01:00
Floris Verburg
d330eaee50 Explicitly state the ordering of cards in card columns 2016-03-10 15:10:50 +01:00