Commit Graph

6664 Commits

Author SHA1 Message Date
Chris Rebert f86bd01b63 Docs: Link directly to printing-related browser bugs
* https://bugs.chromium.org/p/chromium/issues/detail?id=273306
* https://bugs.webkit.org/show_bug.cgi?id=138192
[skip sauce]
2016-03-06 21:22:15 -08:00
Chris Rebert 0016c7f303 Docs: Add link to Chrome bug regarding `body { overflow: hidden; }`
https://bugs.chromium.org/p/chromium/issues/detail?id=175502
[skip sauce]
2016-03-06 20:54:32 -08:00
Patrick H. Lauke 56b04733a6 Merge pull request #19408 from delftswa2016/v4-dev
Introduction for using table-reflow
2016-03-06 14:20:10 +00:00
Floris Verburg 1f258ff6a1 Introduction for using table-reflow. 2016-03-06 13:17:11 +01:00
Chris Rebert 902af61625 Remove Wall of Browser Bugs entry for #19390
Refs https://bugzilla.mozilla.org/show_bug.cgi?id=1217012
Refs #19393
[ci skip]
2016-03-03 22:20:04 -08:00
Chris Rebert 642b1998f7 Add Wall of Browser Bugs entry for #19390
https://bugzilla.mozilla.org/show_bug.cgi?id=1253468
Closes #19390
[skip sauce]
2016-03-03 17:06:18 -08:00
Maarten van Elsas ae4a1c8404 Added colon before enumeration 2016-02-29 10:08:45 +01:00
Chris Rebert 74808de4d4 Example pages: Remove usages of defunct .page-header class
/fyi @mdo

Note: The selector in dashboard.css that used .page-header was superfluous
    because the margin that it zeroed was already zero even without that declaration.

[skip sauce]
2016-02-27 18:16:22 -08:00
XhmikosR cfe856fc20 Run grunt.
[ci skip]
2016-02-28 03:52:49 +02:00
Ivan Malopinsky 8d8df4e37a update theme parameters to fix #19333 2016-02-28 03:52:49 +02:00
XhmikosR 21a9c2934a Update holder.js to v2.9.3.
[ci skip]
2016-02-28 03:52:49 +02:00
XhmikosR 666e8aa8b1 Run `grunt`.
[ci skip]
2016-02-27 13:56:46 +02:00
XhmikosR 96cafe2d2d Update tether to v1.2.0.
[skip sauce]
[skip validator]
2016-02-27 13:56:40 +02:00
XhmikosR 4e3eaef192 Update jekyll-search to v1.1.1.
[ci skip]
2016-02-27 13:53:19 +02:00
XhmikosR 49773684ff Update clipboard.js to v1.5.9.
[ci skip]
2016-02-27 13:52:19 +02:00
XhmikosR cf5855483d Update anchor-js to v3.1.0.
[ci skip]
2016-02-27 13:51:14 +02:00
Chris Rebert e47f3c958a Wall of Browser Bugs: Update Chromium bug tracker URLs
RIP code.google.com
[skip sauce]
2016-02-25 16:52:57 -08:00
Patrick H. Lauke 13194ada33 Merge pull request #19277 from patrickhlauke/v4-dev-forms-fixes#2
Forms fixes: fieldset/legend, new .form-control-legend, accessibility advice
2016-02-25 11:28:16 +00:00
Paul Rose 723f82eac2 Correct grammar 2016-02-24 23:04:38 -06:00
Patrick H. Lauke c25556e918 Appropriate use of fieldset/div, legend, callout for hidden/no label alternatives 2016-02-19 15:51:59 +00:00
XhmikosR 255e89b241 Run grunt.
[ci skip]
2016-02-19 13:14:47 +02:00
XhmikosR 79067a6440 Fix validation errors.
[skip sauce]
2016-02-19 11:26:54 +02:00
Jeremy Kratz dd47423ae6 Docs: Add example of .dropdown-menu-right
Fixes #18493
Closes #18836
[skip sauce]
2016-02-18 18:51:25 -08:00
Chris Rebert 88aa1082c8 Merge pull request #18987 from xcatliu/v4-dev-fix-search-json-prefix
Add prefix to footer.html search.json
[skip sauce]
2016-02-18 18:36:14 -08:00
Russell Beye e91c9e2898 Document .pos-f-t utility class; fixes #18494
Add documentation to components/utilities to publicly expose the
.pos-f-t utility class to users.

Closes #18799
[skip sauce]
2016-02-18 18:33:16 -08:00
Tobias bf73425277 Document the possibility of extending the $spacers map
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-18 18:18:47 -08:00
Chris Rebert e0dfe0d24d Docs: Remove <meta name="keywords"> from <head>
Ports #18872 to v4
[skip sauce]
2016-02-18 18:08:43 -08:00
James Mosier ba50680724 Modal docs: Added JS event handler for relatedTarget demo
Fixes #17584
Closes #17607 by merging it
2016-02-18 17:58:23 -08:00
Patrick H. Lauke fb1d511a2a Merge pull request #19255 from patrickhlauke/color-accessibility-callout-include
Docs: add/unify advice on contextual colors and accessibility
2016-02-17 16:48:51 +00:00
Patrick H. Lauke 9bc56d9b10 Replace "label" with "tag" in navigation 2016-02-17 11:06:32 +00:00
Patrick H. Lauke 40aee9325d - Conveying color meaning to AT as markdown include
- Add/replace callout for color and AT with include
2016-02-17 10:53:50 +00:00
Mark Otto b6b9d4202c grunt 2016-02-16 20:34:35 -08:00
Mark Otto 4d62aa41c7 update migration docs 2016-02-16 20:30:20 -08:00
Mark Otto db9f0ce9fc grunt 2016-02-16 20:28:56 -08:00
Mark Otto d6207d852a Merge branch 'fix-19094' of https://github.com/ameya-pandilwar/bootstrap into ameya-pandilwar-fix-19094 2016-02-16 20:28:51 -08:00
Mark Otto a2fe2aaced Merge pull request #19116 from twbs/docs-17264
Docs: Add captions above progress bars
2016-02-16 20:26:41 -08:00
Mark Otto e194db05c8 Merge branch 'v4-dev' into mark-padding 2016-02-16 20:25:40 -08:00
Mark Otto aca4be6539 grunt 2016-02-16 20:24:39 -08:00
Mark Otto 3b84ffcc54 grunt 2016-02-16 20:09:57 -08:00
Jaga Santagostino 87d248a482 Fix typos in plural tag names 2016-02-16 20:29:59 +01:00
Igor Tarasov c27ff124c3 Fix docs for new naming of .btn-outline
This one was overlooked at edit

See #17719 and #19199
2016-02-16 08:20:44 +03:00
Mark Otto 35b9c2283b grunt 2016-02-15 19:11:35 -08:00
Mark Otto 0c46412a4c Merge branch 'v4-dev' into v4-custom-forms-validation 2016-02-13 17:55:23 -08:00
Mark Otto ceb0e9b69f grunt 2016-02-13 17:55:07 -08:00
Mark Otto 4724110583 Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev 2016-02-13 17:54:40 -08:00
Ameya Pandilwar 8cd2778148 Updated label to tag in list-group example 2016-02-11 18:59:47 -05:00
Ameya Pandilwar 4ed5fa77ff Rename .label class to .tag 2016-02-11 03:54:30 -05:00
Chris Rebert a24112e850 Remove http://bugzil.la/1060131 from Wall of Browser Bugs
http://bugzil.la/1060131 has been fixed by http://bugzil.la/823483 which should land in Firefox 46.
Refs #14320
[ci skip]
2016-02-10 19:58:30 -08:00
Chris Rebert 183b57b504 Remove http://bugzil.la/975632 from Wall of Browser Bugs
http://bugzil.la/975632 has been fixed by http://bugzil.la/823483 which should land in Firefox 46.
Refs #10690
[ci skip]
2016-02-10 19:49:21 -08:00
Chris Rebert a1bf344c4f Merge pull request #18925 from twbs/fixes-18922
Make translation of custom file input text easier
2016-02-09 01:38:14 -08:00