Patrick H. Lauke
1786942d33
Meaningful icons in about page
2014-11-10 08:55:58 +00:00
Patrick H. Lauke
eb74d8c863
Accessibility tweaks and explanation for glyphicons
...
- add aria-hidden="true" to avoid SRs unintentionally reading out the
Unicode character (see
http://www.filamentgroup.com/lab/bulletproof_icon_fonts.html )
- callout with advice on accessible icon usage
- replaced sr-only text in examples with (in the case of button) cleaner
aria-label
- additional example of icon used to convey meaning (in a
non-interactive control)
2014-11-10 08:55:58 +00:00
Chris Rebert
203912b9c5
Merge pull request #14989 from twbs/modal-relatedTarget-data-example
...
Add event.relatedTarget + `data-*` example to Modal docs
2014-11-03 23:37:38 -08:00
Chris Rebert
594831f4f3
Add event.relatedTarget + data-*
example to Modal docs
...
Fixes #14245
2014-11-03 13:37:27 -08:00
Heinrich Fenkart
deab673d43
Merge pull request #14985 from twbs/14972-wall
...
Add Wall of Browser Bugs entry for #14972
2014-11-03 18:21:15 +01:00
Heinrich Fenkart
17a6b5e843
Add Wall of Browser Bugs entry for #14972
2014-11-03 18:17:35 +01:00
Chris Rebert
ab6f79c472
Merge pull request #14967 from aaron-coding/patch-1
...
Fix typo
2014-11-01 17:49:22 -07:00
Aaron Cordovez
f412979287
Fix typo
...
Corrected spelling of the word "elements"
2014-11-01 17:46:33 -07:00
XhmikosR
947aa1f7e4
Merge pull request #14966 from krautcomputing/whitespace_fix
...
fix whitespace in js dropdown docs
2014-11-01 17:01:14 +02:00
Manuel Meurer
1f64aac6b9
fix whitespace in js dropdown docs
2014-11-01 11:51:11 +01:00
XhmikosR
7d8bacb817
Merge pull request #14746 from twbs/gems-bump
...
Update Jekyll to v2.4.0 and rouge to v1.7.2.
2014-11-01 10:02:16 +02:00
XhmikosR
15faedd834
Merge pull request #14917 from twbs/examples-footer
...
Examples: Make use of the `footer` tag instead of a class.
2014-11-01 08:55:03 +02:00
Chris Rebert
9a37a937a6
Merge pull request #14959 from twbs/contrib-pitfalls
...
Cover common contributor mistakes in CONTRIBUTING.md
2014-10-31 23:51:43 -07:00
Chris Rebert
7c0f873659
Cover common contributor mistakes in CONTRIBUTING.md
...
Based on https://github.com/twbs/rorschach/tree/master/docs
2014-10-31 17:33:20 -07:00
Chris Rebert
4613b36631
Merge pull request #14958 from twbs/chrome-css-animation-mem-leak
...
Add Wall of Browser Bugs entry for #14409
2014-10-31 17:11:37 -07:00
Chris Rebert
08b0c373b5
Add Wall of Browser Bugs entry for #14409
...
Closes #14409 .
[skip sauce]
2014-10-31 17:08:28 -07:00
Chris Rebert
2da290189e
Merge pull request #14949 from twbs/bots-in-contributing
...
Explain issue/PR bots in CONTRIBUTING.md
2014-10-31 16:15:32 -07:00
Heinrich Fenkart
a2c0bb49b1
grunt
2014-10-31 11:09:01 +01:00
Heinrich Fenkart
a7222a531a
Merge pull request #14954 from twbs/customizer-use-change-event
...
Customizer: listen to the right event for manual file selection in import
2014-10-31 11:04:26 +01:00
Heinrich Fenkart
12b3ba7278
Customizer: listen to the right event for manual file selection in import
2014-10-31 10:58:03 +01:00
Heinrich Fenkart
b91474e538
grunt
2014-10-31 10:31:56 +01:00
Chris Rebert
505171ef5d
Revert "Use jsDelivr CDN until BootstrapCDN gets updated"
...
This reverts commit ea23969150
.
BootstrapCDN has now uploaded Bootstrap v3.3.0
2014-10-30 17:38:40 -07:00
Chris Rebert
3711abf936
Merge pull request #14945 from twbs/media-pulls-docs
...
Replace deprecated uses of .pull-left & .pull-right in .media docs
2014-10-30 17:37:06 -07:00
Chris Rebert
5f3a980950
Explain issue/PR bots in CONTRIBUTING.md
...
[skip sauce]
[skip validator]
2014-10-30 17:06:54 -07:00
Chris Rebert
88dfd954fa
Replace deprecated uses of .pull-left & .pull-right in .media docs
...
Refs https://github.com/twbs/bootlint/pull/153
[skip sauce]
2014-10-30 11:36:24 -07:00
hillai
1339ab7a13
Replace v3.2.1 reference with v3.3.0 since there wasn't a v3.2.1
...
Closes #14941
2014-10-30 10:20:54 -07:00
Chris Rebert
4102a67f33
fix typo in comment
2014-10-30 01:47:48 -07:00
Heinrich Fenkart
25ab1539a9
Merge pull request #14931 from twbs/fix-ios-unit-test-failures
...
Fix the iOS 8 unit test failures
2014-10-30 09:46:49 +01:00
Heinrich Fenkart
cf482dbb0b
Fix the iOS 8 unit test failures
...
Resolves #14919 .
2014-10-30 09:35:53 +01:00
Heinrich Fenkart
c5fdea1b51
Merge pull request #14930 from twbs/use-jsdelivr-cdn-urls
...
Use jsDelivr CDN until BootstrapCDN gets updated
2014-10-30 08:07:55 +01:00
Heinrich Fenkart
ea23969150
Use jsDelivr CDN until BootstrapCDN gets updated
2014-10-30 07:20:41 +01:00
XhmikosR
6b7d6565de
Examples: Make use of the footer
tag instead of a div
.
2014-10-30 08:08:06 +02:00
Heinrich Fenkart
b8c3c5c19b
grunt
2014-10-30 04:45:04 +01:00
Heinrich Fenkart
4b165332be
Merge pull request #14925 from twbs/button-focus-use-regexp
...
Use RegExp for button plugin's focus shim
2014-10-30 04:42:18 +01:00
Heinrich Fenkart
5178d8b8ba
Use RegExp for button plugin's focus shim
...
Fixes #14923 .
2014-10-30 03:46:49 +01:00
Chris Rebert
33e78ed937
Merge pull request #14922 from twbs/ios-cursor-scroll
...
Add Wall of Browser Bugs entry for #14708
2014-10-29 18:03:15 -07:00
Chris Rebert
be7402f0d0
Add Wall of Browser Bugs entry for #14708
...
Closes #14708
2014-10-29 18:00:52 -07:00
Chris Rebert
a41827377b
Merge pull request #14920 from twbs/safari-print-font-size
...
Add Wall of Browser Bugs entry for #14868
2014-10-29 16:12:19 -07:00
Chris Rebert
850a9a0250
Add Wall of Browser Bugs entry for #14868
...
Closes #14868
2014-10-29 16:11:42 -07:00
Mark Otto
16dbdbd7a2
Merge branch 'master' into v3.3.0
...
Conflicts:
docs/assets/js/customize.min.js
docs/assets/js/raw-files.min.js
2014-10-29 11:56:48 -07:00
Mark Otto
15d668dd15
grunt
2014-10-29 11:13:25 -07:00
XhmikosR
5a83be362a
Update shrinkwrap.
2014-10-29 19:44:14 +02:00
Mark Otto
5429e71401
fixes #14913 : badges in list group shouldn't have text shadow
2014-10-29 10:27:18 -07:00
Mark Otto
aa85e762ea
new homepage images
2014-10-29 10:02:51 -07:00
Mark Otto
e07d741088
grunt
2014-10-29 09:54:43 -07:00
Mark Otto
34c2f46c8b
Merge branch 'master' into v3.3.0
2014-10-29 09:45:09 -07:00
Mark Otto
22baa8153b
fixes #14911 : bump dependencies to fix customizer text from being cut shor
2014-10-29 09:42:00 -07:00
Mark Otto
22f9c8fc0a
grunt
2014-10-29 08:58:51 -07:00
Mark Otto
94b59b57d6
version bump
2014-10-29 08:56:20 -07:00
Mark Otto
a369a0a729
grunt
2014-10-29 08:51:05 -07:00