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

6428 Commits

Author SHA1 Message Date
Mark Otto
5c43dff155 Merge pull request #18697 from bassjobsen/patch-31
remove `<div class="bd-sidebar">`
2016-01-03 19:13:44 -08:00
Mark Otto
0a3573b235 Merge pull request #18686 from patrickhlauke/docs-pagination-kbd1
Docs: add note and advice about .disabled and keyboard focus
2016-01-03 19:12:33 -08:00
Mark Otto
c76a2c3218 Merge pull request #18669 from twbs/fix-18652
Remove .dl-horizontal; it's redundant to the grid system
2016-01-03 19:10:42 -08:00
Mark Otto
16552b241c Merge pull request #18675 from patrickhlauke/docs-code1
Docs: tweaks to content code
2016-01-03 19:03:26 -08:00
Mark Otto
ca6f6ca2f5 grunt 2016-01-03 18:43:59 -08:00
Chris Rebert
e655c2db52 Add Wall of Browser Bugs entry for #18738
* https://bugs.webkit.org/show_bug.cgi?id=152637
* http://openradar.appspot.com/24030853

[ci skip]
2016-01-01 13:31:02 -08:00
Chris Rebert
422ed9ab48 grunt dist docs
[ci skip]
2016-01-01 12:37:52 -08:00
Chris Rebert
e9192f6de0 Update copyright years to 2016
[ci skip]
2016-01-01 12:31:38 -08:00
Chris Rebert
95893cd449 Merge pull request #18614 from patrickhlauke/docs-browsers-devices1
Docs: update browser support info
2015-12-30 10:38:50 -08:00
Patrick H. Lauke
2f4bdca9b5 Split out to new para, into two sentences 2015-12-30 10:37:09 +00:00
Patrick H. Lauke
cc7cc4eda6 Remove Opera 18 and IE11 mention
As per our browser compat policy, we only claim support for latest
versions of Opera on desktop. Current Opera is version 34. From testing, IE11 does support `pointer-events:none` just fine now.
2015-12-27 10:24:34 +00:00
Bass Jobsen
38b40d8f59 remove <div class="bd-sidebar">
content had already been wrapped in the `<div class="col-md-3 col-md-push-9 bd-sidebar">`
2015-12-27 01:29:18 +01:00
Patrick H. Lauke
fb4ff3e204 Tweak the wording for link functionality
to harmonise it with the callout given in pagination
2015-12-26 23:33:36 +00:00
Patrick H. Lauke
f1cdb3b68d Add note and advice about .disabled and keyboard focus 2015-12-26 23:33:35 +00:00
Patrick H. Lauke
699c6bb383 Merge pull request #18690 from patrickhlauke/docs-tooltips1
Docs: add accessibility callout for tooltips
2015-12-26 20:41:48 +00:00
Patrick H. Lauke
b14c7f1e17 Add accessibility callout for tooltips 2015-12-26 20:12:51 +00:00
Jerry Cheung
37426b9d83 Fix typo in docs/getting-started/introduction.md
Remove 'including'.
2015-12-26 09:41:42 -08:00
Patrick H. Lauke
ff07a81e9f Change wording on link styled as button
"Go somewhere" is more descriptive of an example link, rather than a
button that triggers in-page functionality. Also makes it consistent
with all other examples in this page
2015-12-26 12:40:04 +00:00
Patrick H. Lauke
097575ad43 Merge pull request #18679 from patrickhlauke/docs-button-disabled1
Docs: add aria-disabled to disabled link example and description
2015-12-25 22:32:33 +00:00
Chris Rebert
f954e5958c Merge pull request #18678 from patrickhlauke/docs-button-active1
Docs: add aria-pressed=true to components buttons active state example
2015-12-25 15:11:53 -07:00
Patrick H. Lauke
efe2419fec Change "preformatted text" heading and intro para
also, stray "blocks" in the "Sample output", which doesn't seem to
belong there.
2015-12-25 21:26:41 +00:00
Patrick H. Lauke
f6b0f8f3ad Add ellipsis to modal example code 2015-12-25 21:17:32 +00:00
Patrick H. Lauke
66479d8a5f Add aria-disabled to disabled link example and description 2015-12-25 21:13:57 +00:00
Patrick H. Lauke
b5bf4334ca Add aria-pressed=true to example
...as per the text immediately preceding this example
2015-12-25 21:09:59 +00:00
Patrick H. Lauke
68e0b01ac8 Fix code block example
use `<code>` (as it's still semantically code that we're marking up) and
make the example actually multiple lines...
2015-12-25 13:49:16 +00:00
Patrick H. Lauke
25a36729bc Missing angle brackets 2015-12-25 13:44:33 +00:00
Chris Rebert
4c86e37c2d Remove .dl-horizontal; it's redundant to the grid system; fixes #18652
[skip sauce]
2015-12-24 21:26:26 -07:00
Chris Rebert
95d030c226 Add Tether to example pages that were missing it
[skip sauce]
2015-12-24 18:13:53 -07:00
Chris Rebert
11b526e51d Include Tether via CDN in starter templates; fixes #18664
[skip sauce]
2015-12-24 18:08:41 -07:00
Patrick H. Lauke
e2bf1e9fae Merge pull request #18654 from patrickhlauke/docs-helptext1
Docs: reintroduce `aria-describedby` advice for help text
2015-12-24 13:38:46 +00:00
XhmikosR
612ff4f5d1 Run grunt.
[ci skip]
2015-12-24 12:50:15 +02:00
Patrick H. Lauke
e9ccb573ef Add aria-describedby to main form controls example 2015-12-24 10:11:33 +00:00
Patrick H. Lauke
0fe8f920b7 Docs: reintroduce aria-describedby advice for help text
Based on v3 http://getbootstrap.com/css/#forms-help-text, adapted to
make examples more "real life"
2015-12-24 10:08:29 +00:00
Chris Rebert
76a4c303ee Refactor Breadcrumbs component
Use new `.breadcrumb-item` class instead of child selectors and `li` tag selectors,
so as to no longer require the usage of `<ol>`-based markup.

Rename variables to follow naming conventions:
* $breadcrumb-padding-vertical => $breadcrumb-padding-y
* $breadcrumb-padding-horizontal => $breadcrumb-padding-x

Introduce new variable: $breadcrumb-item-padding

[skip sauce]
2015-12-23 22:16:35 -07:00
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
David\ Beitey
7efd6280b4 Fix bulleted lists on Utilities doc 2015-12-23 15:49:51 +10:00
Patrick H. Lauke
56b84556c7 Add Windows 10 Mobile / Microsoft Edge 2015-12-22 19:10:52 +00:00
Patrick H. Lauke
e0058829ab Clarify platform/web view 2015-12-22 19:02:43 +00:00
Patrick H. Lauke
1861496e5e Add a generic note about webkit/blink/gecko/web view browsers 2015-12-22 10:04:29 +00: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
b97048824e Address IE10 in browser compatibility docs
[skip sauce]
2015-12-20 21:05:57 -07:00
Patrick H. Lauke
f3a1ad484f Expand on proxy browsers 2015-12-20 22:17:23 +00:00
Patrick H. Lauke
7c94ecdb99 Keep Safari/Win as Not supported 2015-12-20 22:06:47 +00:00
Patrick H. Lauke
1df660173c Update info for supported browsers 2015-12-20 15:03:55 +00: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
Quy
1f097c73ca Fix anchor link 2015-12-13 11:04:15 -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