- 05 Jun, 2015 1 commit
-
-
Zlatan Vasović authored
-
- 03 Jun, 2015 2 commits
-
-
Mark Otto authored
Include Slack in CONTRIBUTING.md's list of places to get help
-
Kevin Kirsche authored
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.
-
- 02 Jun, 2015 2 commits
-
-
Patrick H. Lauke authored
generalize dropdowns / drop role="menu"
-
Patrick H. Lauke authored
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)
-
- 01 Jun, 2015 8 commits
-
-
Chris Rebert authored
Fixed typo in hide-text.less [skip sauce] [skip validator]
-
Justin Cron authored
-
Mark Otto authored
change korean translation site url
-
yang authored
-
XhmikosR authored
[ci skip]
-
XhmikosR authored
[ci skip]
-
XhmikosR authored
[ci skip]
-
XhmikosR authored
-
- 31 May, 2015 1 commit
-
-
Mark Otto authored
ScrollSpy requires non-body elements to have height and overflow…
-
- 30 May, 2015 3 commits
-
-
Kevin Kirsche authored
[Close #16441] ScrollSpy requires non-body elements to have height and padding
-
Mark Otto authored
Adjust Carbon Ads margin on -xs
-
Timothy Gu authored
The .container that immediately surrounds .carbonad has a padding of 15px, not 30px. Fixes #16552.
-
- 29 May, 2015 2 commits
-
-
Patrick H. Lauke authored
ensure divider list items have `role="separator"`
-
-
- 26 May, 2015 3 commits
-
-
Chris Rebert authored
Clarify the bs-callout on multiple open modals
-
Chris Rebert authored
Update source maps link
-
Morton Fox authored
-
- 23 May, 2015 2 commits
-
-
Chris Rebert authored
Wall of Browser Bugs: Add link to "jQuery's browser bug workarounds"
-
Chris Rebert authored
[skip sauce]
-
- 22 May, 2015 2 commits
-
-
XhmikosR authored
Remove Firefox warning for customizer download.
-
Mike Taylor authored
Closes #15016.
-
- 21 May, 2015 1 commit
-
-
Peter deHaan authored
Specifying both the type and URL is deprecated: * https://docs.npmjs.com/files/package.json#license * http://npm1k.org/ Closes #16517
-
- 18 May, 2015 2 commits
-
-
Kevin Kirsche authored
[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.
-
Chris Rebert authored
Fixes Bootlint warnings: W007 Found one or more `<button>`s missing a `type` attribute. [skip sauce]
-
- 17 May, 2015 2 commits
- 16 May, 2015 5 commits
-
-
XhmikosR authored
[ci skip]
-
XhmikosR authored
License header
-
XhmikosR authored
Add a license header in theme instead.
-
XhmikosR authored
-
Bryan Braun authored
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.
-
- 15 May, 2015 2 commits
-
-
Chris Rebert authored
Fixes #16470 Closes #16483
-
- 14 May, 2015 2 commits
-
-
Kevin Kirsche authored
[Close #16482] Add border-radius to theme's navbar-inverse
-
Mark Otto authored
-