0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00
Commit Graph

13691 Commits

Author SHA1 Message Date
Patrick H. Lauke
bac3d68f52 Clarify what text-capitalize actually does
as on first skimming over these, it may not be completely obvious
2015-12-23 14:29:12 +00:00
Patrick H. Lauke
9cf2e50b1e Change italicized to italic
...otherwise, by the same logic, it should be "Bolded text" above. just
looks clunky...
2015-12-23 14:26:29 +00:00
Chris Rebert
9f5f53ac7b Merge pull request #18637 from davidjb/v4-fix-utils-doc
Fix bulleted lists on Utilities doc
2015-12-22 23:41:24 -07:00
Chris Rebert
d12ed5520e Modal: Ignore spurious focus event that Firefox fires at document when switching back to its tab
Fixes #18365
Refs https://bugzilla.mozilla.org/show_bug.cgi?id=1228802
2015-12-22 23:08:03 -07:00
Chris Rebert
2c69e0f810 Add visual test for #18365
See also https://bugzilla.mozilla.org/show_bug.cgi?id=1228802
2015-12-22 23:08:03 -07:00
David\ Beitey
7efd6280b4 Fix bulleted lists on Utilities doc 2015-12-23 15:49:51 +10:00
Chris Rebert
96e9205009 js/tests/unit/modal.js: Fix typo
[ci skip]
2015-12-22 17:11:21 -07:00
Chris Rebert
84b8a1999e Merge pull request #18624 from twbs/fix-18619
Migration guide: .panel-title's closest replacement is .card-header
2015-12-21 12:03:30 -07:00
Chris Rebert
15cf85588d Migration guide: .panel-title's closest replacement is .card-header; fixes #18619
[skip sauce]
2015-12-21 11:55:58 -07:00
Chris Rebert
d756e12f78 Merge pull request #18622 from twbs/fix-18535
Use variables for .progress base colors
/fyi @mdo
2015-12-21 11:12:59 -07:00
Chris Rebert
646580a919 Actually use $progress-bg instead of hardcoded color
Refs #18535
[skip sauce]
2015-12-21 10:57:57 -07:00
Chris Rebert
c6a276dd74 Set $progress-bg to color we are actually using 2015-12-21 10:57:57 -07:00
Chris Rebert
0917b04711 Actually use $progress-bar-color instead of hardcoded color
Refs #18535
2015-12-21 10:57:57 -07:00
Chris Rebert
5a18638f26 Set $progress-bar-color to color we are currently using 2015-12-21 10:57:54 -07:00
Chris Rebert
4afc0a3c4a Merge pull request #18616 from twbs/ie-10-docs
Address IE10 in browser compatibility docs
2015-12-20 22:27:37 -07:00
Chris Rebert
b97048824e Address IE10 in browser compatibility docs
[skip sauce]
2015-12-20 21:05:57 -07:00
Chris Rebert
b7495abdfa Merge pull request #18597 from twbs/finish-17291
Add RubyGems section to "Download" docs
2015-12-18 10:13:44 -08:00
Chris Rebert
0fe1d1ee3d Add RubyGems section to "Download" docs
Closes #17291 by finishing the last remaining task.
Also reorders the sections in the "Download" docs.

[skip sauce]
2015-12-17 13:29:58 -08:00
Chris Rebert
e6fdebb9c7 Merge pull request #18463 from twbs/nav-item-margin
Introduce $nav-item-margin variable
/fyi @mdo
2015-12-16 22:17:09 -08:00
Chris Rebert
92338da1f3 Merge pull request #18469 from twbs/card-deck-margin
Introduce $card-deck-margin variable
/fyi @mdo; happy to tweak the var names if desired
2015-12-16 22:16:36 -08:00
Chris Rebert
701513969d grunt/change-version.js: Remove extra parens around function literals because Hound
[ci skip]
2015-12-16 21:26:29 -08:00
Chris Rebert
0cd0e66632 grunt/change-version.js: Remove extraneous semicolon
[ci skip]
2015-12-16 21:15:33 -08:00
Chris Rebert
55c37c1ec0 grunt/change-version.js: Add missing semicolon
🏃🏃🏃I don't wanna get diabetes. 🏥
Obey The Mickens!: https://vimeo.com/111122950#t=14m9s

[ci skip]
2015-12-16 21:13:04 -08:00
Patrick H. Lauke
7cffd334aa Merge pull request #18541 from patrickhlauke/progress-patch1
remove generated content value for progress
2015-12-16 10:19:04 +00:00
Chris Rebert
5cb503e630 grunt/change-version.js:replaceRecursively(): Use accidentally-unused argument
How did the linters miss this?

[skip sauce]
[skip validator]
2015-12-14 01:28:22 -08:00
Chris Rebert
a2c945df89 Merge pull request #18567 from Quy/patch-2
Fix anchor link
2015-12-13 11:57:41 -08:00
Quy
1f097c73ca Fix anchor link 2015-12-13 11:04:15 -08:00
Chris Rebert
c2b8118407 Merge pull request #18563 from Quy/patch-1
Remove extraneous character
2015-12-12 21:45:19 -08:00
Quy
4658147ff8 Remove extraneous character 2015-12-12 21:31:40 -08:00
Chris Rebert
7c93a0e858 Merge pull request #18561 from twbs/fix-18558
Docs: Replace `data-src` attribute with `src` in highlighted code
2015-12-12 16:33:26 -08:00
Chris Rebert
d4d146dbe3 Docs: Replace data-src attribute with src in highlighted code; fixes #18558
[skip sauce]
2015-12-12 16:01:06 -08:00
Chris Rebert
6da5fa00e8 Merge pull request #18511 from bassjobsen/patch-15
Docs Responsive breakpoints from em to px
2015-12-12 15:55:10 -08:00
Chris Rebert
7eca8ca21b Merge pull request #18560 from bassjobsen/patch-7
Using px rather than em values
2015-12-12 15:50:54 -08:00
Bass Jobsen
6367155450 Using px rather than em values
Should close https://github.com/twbs/bootstrap/issues/18556
2015-12-13 00:23:55 +01:00
Chris Rebert
34fe668af2 Merge pull request #18472 from twbs/x-y-vars
Rename 2 navbar variables to comply with updated naming convention
2015-12-12 00:32:28 -08:00
Chris Rebert
1a0f8db796 Add <br>s to fix appearance of responsive float docs example
[skip sauce]
2015-12-12 00:10:29 -08:00
Patrick H. Lauke
3cfbeda08d remove generated content value for progress
as it's currently not displayed, and (in my opinion) would look fugly if
it did appear...
2015-12-11 10:57:45 +00:00
Patrick H. Lauke
70247e36f6 Merge pull request #18531 from patrickhlauke/ie-edge-progressbar
progress bar for IE10+/Edge (border radius, use ::-ms-fill, variant mixins, striped)
2015-12-11 09:04:55 +00:00
Patrick H. Lauke
aeb179a3d8 update progress bar documentation
clarify lack of support for striped and animated striped bars in
IE10+/Edge
2015-12-11 08:58:11 +00:00
Patrick H. Lauke
97461a51a2 progress bar for IE10+/Edge (radius, use ::-ms-fill, add variant mixins, striped support) 2015-12-11 08:58:11 +00:00
Chris Rebert
f0f3020db1 Merge pull request #18533 from twbs/ie9-supported-docs
Remove fully supported features from IE9 limitations docs
2015-12-10 16:02:55 -08:00
Chris Rebert
1dcbbdd49b Remove fully supported features from IE9 limitations docs
If these are supported, why bother mentioning them in a section that's about communicating what's not supported?
These rows made sense when the section also covered IE8 (http://getbootstrap.com/getting-started/#support-ie8-ie9 ),
which doesn't support these features, but we no longer care about IE8 in v4.

[skip sauce]
2015-12-10 15:39:46 -08:00
Chris Rebert
0771a51c7a Port #18530 to v4
Docs: Include major version in `npm install bootstrap` commands
Future-proofing for when Bootstrap v5 eventually exists.
Refs #18520

[ci skip]
2015-12-10 15:08:02 -08:00
Chris Rebert
e941bbe3af Merge pull request #18514 from twbs/edge-bug-2110930
Add Wall of Browser Bugs entry for #18504
2015-12-09 16:03:41 -08:00
Chris Rebert
d5b57c3c4d Add Wall of Browser Bugs entry for #18504
https://connect.microsoft.com/IE/feedback/details/2110930/edge-ie11-gradient-background-image-on-tr-is-only-applied-to-first-td

[skip sauce]
2015-12-09 15:49:31 -08:00
Chris Rebert
ddba805952 Add Badges entry to v4 migration guide; fixes #18506
[ci skip]
2015-12-09 14:38:37 -08:00
Chris Rebert
9c8ba517af Migration docs: Make Buttons and Button Group sections adjacent
[ci skip]
2015-12-09 14:38:08 -08:00
Jonathan
87169c3401 Added information about the help-block class
Fixes #18505
Closes #18509
2015-12-09 14:17:02 -08:00
Bass Jobsen
4c5ba3e5dc Responsive breakpoints from em to px
Should close https://github.com/twbs/bootstrap/issues/18503
2015-12-09 21:26:38 +01:00
Chris Rebert
2f257445c3 Merge pull request #18486 from vsn4ik/v4-unnecessary-style-aliging-images
Remove unnecessary style attribyte on docs (aligning-images)
2015-12-08 18:51:36 -08:00