aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-06-02Include Slack in list of places to get helpKevin Kirsche1-1/+1
As Slack is a common replacement for IRC for projects (e.g. Wordpress), I propose that we encourage the use of Slack as you have members of the core team using it while IRC often does not have any of the core team available.
2015-06-02Merge pull request #16571 from patrickhlauke/generalize-dropdownsPatrick H. Lauke21-271/+271
generalize dropdowns / drop role="menu"
2015-06-02generalize dropdowns / drop role="menu"Patrick H. Lauke21-271/+271
as role="menu" is a very specific (and strict) ARIA pattern for desktop-like application menus, and our dropdowns are often used as pure navigation dropdowns, this change abandons ARIA menus for a more open-ended and light-weight approach (see http://heydonworks.com/practical_aria_examples/#submenus and http://www.w3.org/WAI/tutorials/menus/flyout/#improve-screen-reader-support-using-wai-aria) note that in dropdown.js, switched to now target ``.dropdown-menu`` instead of ``role["menu"]`` - this also prevents bootstrap scripts from "bleeding" into non-bootstrap components on the same page. also removed the ``role=["listbox"]`` part, which appears to be vestigial/unused (only place in bootstrap that uses that role are carousels, and their key handling is done separately)
2015-06-01Merge pull request #16567 from justincron/masterChris Rebert1-1/+1
Fixed typo in hide-text.less [skip sauce] [skip validator]
2015-06-01Fixed typoJustin Cron1-1/+1
2015-06-01Merge pull request #16566 from ipdae/masterMark Otto1-1/+1
change korean translation site url
2015-06-01change korean translation site urlyang1-1/+1
2015-06-01Run `grunt`.XhmikosR13-22/+22
[ci skip]
2015-06-01Fix license header after e93c6a2216c69daa574abc16e7c14767fce44ad6.XhmikosR1-1/+1
[ci skip]
2015-06-01docs: update uglify-js to v2.4.23.XhmikosR1-5/+5
[ci skip]
2015-06-01Bump load-grunt-tasks.XhmikosR2-440/+541
2015-05-30Merge pull request #16484 from kkirsche/patch-13Mark Otto1-1/+1
ScrollSpy requires non-body elements to have height and overflow…
2015-05-30[Close #16441] ScrollSpy requires non-body elements to have height and paddingKevin Kirsche1-1/+1
[Close #16441] ScrollSpy requires non-body elements to have height and padding
2015-05-30Merge pull request #16565 from TimothyGu/patch-1Mark Otto1-1/+1
Adjust Carbon Ads margin on -xs
2015-05-30Adjust Carbon Ads margin on -xsTimothy Gu1-1/+1
The .container that immediately surrounds .carbonad has a padding of 15px, not 30px. Fixes #16552.
2015-05-30Adds @dl-horizontal-breakpointDan Kaplun3-1/+8
2015-05-30Merge pull request #16561 from patrickhlauke/docs-separatorsPatrick H. Lauke15-53/+53
ensure divider list items have `role="separator"`
2015-05-29ensure divider list items have role="separator"Patrick H. Lauke15-53/+53
http://www.w3.org/TR/wai-aria/roles#separator
2015-05-29A little cleanupSupergibbs1-3/+0
2015-05-29Clarified documentation about input groups and added an example ofSupergibbs2-2/+43
multiple buttons
2015-05-26Merge pull request #16504 from kkirsche/patch-8Chris Rebert1-1/+1
Clarify the bs-callout on multiple open modals
2015-05-26Merge pull request #16533 from mortonfox/patch-1Chris Rebert2-2/+2
Update source maps link
2015-05-26Update source maps linkMorton Fox2-2/+2
2015-05-24Removes border around select caret in IEWon Song1-2/+10
2015-05-22Merge pull request #16525 from twbs/jq-browser-bugs-xrefChris Rebert1-0/+1
Wall of Browser Bugs: Add link to "jQuery's browser bug workarounds"
2015-05-22Wall of Browser Bugs: Add link to "jQuery's browser bug workarounds"Chris Rebert1-0/+1
[skip sauce]
2015-05-22Merge pull request #16524 from miketaylr/remove-fx-warningXhmikosR1-5/+0
Remove Firefox warning for customizer download.
2015-05-22Remove Firefox warning for customizer download.Mike Taylor1-5/+0
Closes #15016.
2015-05-20package.json: Update format of `license` attributePeter deHaan1-4/+1
Specifying both the type and URL is deprecated: * https://docs.npmjs.com/files/package.json#license * http://npm1k.org/ Closes #16517
2015-05-18Clarify the bs-callout on multiple open modalsKevin Kirsche1-1/+1
[Close #16502] Clarify the bs-callout on multiple open modals Currently it states overlapping modals, this isn't the only case as this truly applies to any instance when a user would want to open multiple modals at the same time. For this reason, I have modified the title of the callout to make this more clear.
2015-05-17Add missing type="button" attrs to <button>s in list-group docsChris Rebert1-10/+10
Fixes Bootlint warnings: W007 Found one or more `<button>`s missing a `type` attribute. [skip sauce]
2015-05-17Use `https` when possible.XhmikosR21-31/+31
2015-05-17about.html: Add the size of the gravatar image we currently use.XhmikosR1-2/+2
2015-05-17docs: update uglify-js to v2.4.21.XhmikosR2-13/+10
[ci skip]
2015-05-16Merge pull request #16494 from twbs/license-headerXhmikosR15-87/+13
License header
2015-05-16Remove grunt-banner completely.XhmikosR15-87/+13
Add a license header in theme instead.
2015-05-16Run `grunt`.XhmikosR4-13/+13
2015-05-16Update Anchor.js and port over the existing styles.Bryan Braun6-98/+209
Anchor.js 1.0.0 drops the need to use anchor.css, so we remove it from the codebase and move any leftover styles over to docs.css. Closes #16488 by merging it.
2015-05-15Changed .input-group-addon to use @input-border-radius (along with sm/lgSupergibbs1-3/+3
variations)
2015-05-14Relicense ie10-viewport-bug-workaround.js under MIT LicenseChris Rebert2-2/+3
Fixes #16470 Closes #16483
2015-05-14Merge pull request #16485 from kkirsche/patch-15Mark Otto1-1/+1
[Close #16482] Add border-radius to theme's navbar-inverse
2015-05-14[Close #16482] Add border-radius to theme's navbar-inverseKevin Kirsche1-1/+1
[Close #16482] Add border-radius to theme's navbar-inverse
2015-05-14grrrrrrrrrrrrrrrrrrruntMark Otto9-66/+144
2015-05-14Merge pull request #16437 from twbs/fix-16249Mark Otto1-1/+1
Document that nested tabs are not supported
2015-05-14Merge pull request #16472 from twbs/fixes_16346Mark Otto1-1/+5
Tweak temporal inputs
2015-05-14Merge pull request #16477 from twbs/fix_16374Mark Otto1-2/+4
Redo jumbotron padding
2015-05-14Redo jumbotron paddingMark Otto1-2/+4
- In general, there are very few instances that would require a jumbotron without a parent or child container. - Right now we account for that behavior though with some horizontal padding on the .jumbotron class. - This removes that horizontal padding as it narrows our grid classes unnecessarily and accounts for a super small use case. - It also improves consistency across breakpoints, in that padding isn't being added and removed. - In doing so, I also removed the shorthand padding property and went with the specific ones (because yay specificity).
2015-05-14add comment, remove week typeMark Otto1-1/+2
2015-05-13Merge pull request #16473 from twbs/safari-line-wrap-wtfChris Rebert0-0/+0
Add Wall of Browser Bugs entries for #15998
2015-05-13Add Wall of Browser Bugs entries for #15998Chris Rebert1-0/+10
Closes #15998 [skip sauce]