https://github.com/twbs/bootstrap

sort by:
Revision Author Date Message Commit Date
16b4825 customizer and raw files 16 June 2015, 16:13:22 UTC
83bfff7 bump version 16 June 2015, 16:10:22 UTC
29ff44d grunt 16 June 2015, 16:06:51 UTC
5a8d014 Merge pull request #16623 from patrickhlauke/docs-modal-role-fix Add role="document" to modal dialog content 11 June 2015, 11:53:46 UTC
3d24453 Slightly expand accessible modals callout to include a note about `role="document"` 11 June 2015, 11:47:52 UTC
e23868c Add role="document" to modal itself Initial fix to generalise use of modals. Generally, true role="dialog" containers would require only forms/controls as content, with all other text correctly and explicitly associated via aria-labelledby/aria-describedby and similar...but as authors use modals also as generic overlays, this extra role is required to get AT (particularly NVDA) out of "forms" mode and reenable reading keys 11 June 2015, 11:40:24 UTC
e11f7ff Merge pull request #16614 from simonpai/simonpai-patch-1 Fix asymmetry between dropup and dropdown carets. 10 June 2015, 10:50:53 UTC
87e99b5 Fix asymmetry between dropup and dropdown carets. 10 June 2015, 07:52:01 UTC
6e8df2b Merge pull request #16591 from ZDroid/patch-1 Add Slack link to `CONTRIBUTING.md` 08 June 2015, 22:31:28 UTC
9747ea5 Use new gradient syntax in justified nav example; fixes #16598 Closes #16599 by merging a tweaked version of it. 08 June 2015, 08:44:32 UTC
f6e7fc9 Add Slack link to `CONTRIBUTING.md` 05 June 2015, 09:35:13 UTC
e7a4f9b Merge pull request #16579 from kkirsche/patch-8 Include Slack in CONTRIBUTING.md's list of places to get help 03 June 2015, 04:36:03 UTC
69af7fe Include Slack in list of places to get help 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. 03 June 2015, 01:51:45 UTC
caca5d4 Merge pull request #16571 from patrickhlauke/generalize-dropdowns generalize dropdowns / drop role="menu" 02 June 2015, 10:21:26 UTC
5fd7bc1 generalize dropdowns / drop role="menu" 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) 02 June 2015, 10:03:21 UTC
f09e796 Merge pull request #16567 from justincron/master Fixed typo in hide-text.less [skip sauce] [skip validator] 01 June 2015, 23:55:00 UTC
565037a Fixed typo 01 June 2015, 20:17:32 UTC
bae5f37 Merge pull request #16566 from ipdae/master change korean translation site url 01 June 2015, 18:50:00 UTC
5efc832 change korean translation site url 01 June 2015, 14:44:42 UTC
b5ed74d Run `grunt`. [ci skip] 01 June 2015, 07:29:18 UTC
cbe0f35 Fix license header after e93c6a2216c69daa574abc16e7c14767fce44ad6. [ci skip] 01 June 2015, 07:29:18 UTC
82aa0cd docs: update uglify-js to v2.4.23. [ci skip] 01 June 2015, 07:29:18 UTC
704e344 Bump load-grunt-tasks. 01 June 2015, 07:29:18 UTC
b5b4c9c Merge pull request #16484 from kkirsche/patch-13 ScrollSpy requires non-body elements to have height and overflow… 31 May 2015, 00:32:20 UTC
962ae5a [Close #16441] ScrollSpy requires non-body elements to have height and padding [Close #16441] ScrollSpy requires non-body elements to have height and padding 30 May 2015, 22:24:23 UTC
d0fc465 Merge pull request #16565 from TimothyGu/patch-1 Adjust Carbon Ads margin on -xs 30 May 2015, 22:08:02 UTC
7278bed Adjust Carbon Ads margin on -xs The .container that immediately surrounds .carbonad has a padding of 15px, not 30px. Fixes #16552. 30 May 2015, 21:57:41 UTC
39137b9 Merge pull request #16561 from patrickhlauke/docs-separators ensure divider list items have `role="separator"` 29 May 2015, 23:05:34 UTC
3b59b97 ensure divider list items have role="separator" http://www.w3.org/TR/wai-aria/roles#separator 29 May 2015, 22:48:35 UTC
3487898 Merge pull request #16504 from kkirsche/patch-8 Clarify the bs-callout on multiple open modals 26 May 2015, 22:15:15 UTC
bb88212 Merge pull request #16533 from mortonfox/patch-1 Update source maps link 26 May 2015, 17:32:13 UTC
665d2d2 Update source maps link 26 May 2015, 12:14:57 UTC
8063e13 Merge pull request #16525 from twbs/jq-browser-bugs-xref Wall of Browser Bugs: Add link to "jQuery's browser bug workarounds" 23 May 2015, 06:41:08 UTC
9c717b4 Wall of Browser Bugs: Add link to "jQuery's browser bug workarounds" [skip sauce] 23 May 2015, 06:30:05 UTC
ac243cd Merge pull request #16524 from miketaylr/remove-fx-warning Remove Firefox warning for customizer download. 22 May 2015, 17:39:07 UTC
59f9a5e Remove Firefox warning for customizer download. Closes #15016. 22 May 2015, 17:25:08 UTC
e93c6a2 package.json: Update format of `license` attribute Specifying both the type and URL is deprecated: * https://docs.npmjs.com/files/package.json#license * http://npm1k.org/ Closes #16517 21 May 2015, 06:57:10 UTC
97f8e56 Clarify the bs-callout on multiple open modals [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. 18 May 2015, 22:30:58 UTC
efe2023 Add missing type="button" attrs to <button>s in list-group docs Fixes Bootlint warnings: W007 Found one or more `<button>`s missing a `type` attribute. [skip sauce] 18 May 2015, 06:22:27 UTC
315907c Use `https` when possible. 17 May 2015, 09:43:20 UTC
cf211a9 about.html: Add the size of the gravatar image we currently use. 17 May 2015, 09:43:20 UTC
9b6a201 docs: update uglify-js to v2.4.21. [ci skip] 16 May 2015, 21:55:26 UTC
ec23ab9 Merge pull request #16494 from twbs/license-header License header 16 May 2015, 10:08:27 UTC
c56032a Remove grunt-banner completely. Add a license header in theme instead. 16 May 2015, 09:57:27 UTC
9e39571 Run `grunt`. 16 May 2015, 06:58:16 UTC
dec2fae Update Anchor.js and port over the existing styles. 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. 16 May 2015, 06:58:15 UTC
c111c29 Relicense ie10-viewport-bug-workaround.js under MIT License Fixes #16470 Closes #16483 15 May 2015, 05:43:27 UTC
a4c09f6 Merge pull request #16485 from kkirsche/patch-15 [Close #16482] Add border-radius to theme's navbar-inverse 15 May 2015, 01:17:45 UTC
76c9c6b [Close #16482] Add border-radius to theme's navbar-inverse [Close #16482] Add border-radius to theme's navbar-inverse 14 May 2015, 23:13:21 UTC
588b7e5 grrrrrrrrrrrrrrrrrrrunt 14 May 2015, 18:11:03 UTC
54df51b Merge pull request #16437 from twbs/fix-16249 Document that nested tabs are not supported 14 May 2015, 18:07:05 UTC
b6e6a05 Merge pull request #16472 from twbs/fixes_16346 Tweak temporal inputs 14 May 2015, 17:43:50 UTC
801d6bd Merge pull request #16477 from twbs/fix_16374 Redo jumbotron padding 14 May 2015, 17:31:16 UTC
d788e30 Redo jumbotron padding - 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). 14 May 2015, 17:09:42 UTC
e24007c add comment, remove week type 14 May 2015, 16:31:23 UTC
d80194b Merge pull request #16473 from twbs/safari-line-wrap-wtf Add Wall of Browser Bugs entries for #15998 14 May 2015, 06:43:58 UTC
8290028 Add Wall of Browser Bugs entries for #15998 Closes #15998 [skip sauce] 14 May 2015, 06:38:07 UTC
1b08cd3 Add WebKit+Safari Wall of Browser 14 May 2015, 06:37:18 UTC
3507445 Group inverted navbar vars under a subheading [skip sauce] [skip validator] 14 May 2015, 05:23:51 UTC
32c4bcd Use vanilla comment since this isn't a description of @btn-border-radius-base 14 May 2015, 05:19:56 UTC
52110fa scope temporal changes to .form-control class, add week input to boot 14 May 2015, 05:16:51 UTC
7113b1c Merge pull request #16471 from vsn4ik/remove_bages_style_param Remove unnecessary style=flat from badges 14 May 2015, 05:14:44 UTC
c5babda Merge pull request #16215 from zacechola/list_group_buttons Adds button styles to `.list-group-item` 14 May 2015, 04:35:39 UTC
82279a8 Merge branch 'btn-borders' of https://github.com/martinbean/bootstrap into martinbean-btn-borders 14 May 2015, 04:20:02 UTC
f2adfeb Merge pull request #16405 from rlindner81/Fix16371 Fixes Issue #16371 Carousel control is vertically off center 14 May 2015, 03:48:07 UTC
fdebec3 Merge pull request #16462 from kkirsche/patch-12 [Closes #16460] Fix .pagination-sm line height 14 May 2015, 03:38:48 UTC
504c90d Merge pull request #16457 from kkirsche/patch-8 [Closes #16447] Manually add license to bootstrap.less 14 May 2015, 03:37:38 UTC
ad6933c Remove unnecessary style=flat from bages [skip validator] [skip sauce] 13 May 2015, 20:55:15 UTC
5907347 [Closes #16460] Fix .pagination-sm line height [Closes #16460] Fix .pagination-sm line height by adding `@line-height-small` to `.pagingation-sm`. 13 May 2015, 20:30:40 UTC
25dcaf4 [Closes #16447] Concat. license to bootstrap.less [Closes #16447] Concat. license to bootstrap.less 12 May 2015, 03:55:32 UTC
9bf6e10 Update dependencies. 09 May 2015, 22:22:23 UTC
1eba173 Update jQuery to v1.11.3. 09 May 2015, 22:22:23 UTC
2084791 Merge pull request #16445 from twbs/enter-email docs examples: input[placeholder]: "Enter email" => "Email" 08 May 2015, 07:58:40 UTC
843581b docs examples: input[placeholder]: "Enter email" => "Email" For uniformity, as we don't seem to use this "Enter <X>" phrasing anywhere else. [skip sauce] 08 May 2015, 07:24:39 UTC
a3c480f Closes #16249: Doc that nested tabs are not supported 06 May 2015, 20:37:56 UTC
2aa102b Add Wall of Browser Bugs entries for #16372 (Safari/WebKit) 06 May 2015, 18:23:24 UTC
0d2c7ec Add Wall of Browser Bugs entry for #16372 (Chrome) Closes #16372 06 May 2015, 06:21:15 UTC
d9a7cb2 Merge pull request #16430 from twbs/stateful-btn Improvements to stateful button JS docs 05 May 2015, 22:38:45 UTC
89f2c5c Document that $(...).button('reset') is async. Closes #16362. [skip sauce] 05 May 2015, 22:03:12 UTC
fce30b5 Mark stateful button feature as deprecated Refs https://github.com/twbs/bootstrap/issues/16362#issuecomment-96268469 [skip sauce] 05 May 2015, 22:03:05 UTC
414d0a5 Run `grunt`. 05 May 2015, 08:57:42 UTC
2662593 Update grunt-banner. 05 May 2015, 08:56:27 UTC
a2f81ce phantom.js: switch to unicode characters that work on Windows too. 05 May 2015, 03:58:54 UTC
280f6c5 Merge pull request #16392 from twbs/jscs Update JSCS rules 05 May 2015, 03:58:16 UTC
5ae00f2 Run `grunt`. 05 May 2015, 03:50:18 UTC
49c4556 Comply to the new JSCS rules. 05 May 2015, 03:50:18 UTC
93785be Update JSCS rules. 05 May 2015, 03:50:18 UTC
26ff019 Update dependencies. 05 May 2015, 03:50:17 UTC
aa2c5b5 Merge pull request #16014 from redbmk/issue-16008 Multiple tooltip triggers don't play well together 04 May 2015, 22:07:17 UTC
a19441d Merge pull request #16409 from twbs/fix-16361 Document Affix plugin's `checkPosition` method 04 May 2015, 19:28:41 UTC
9d96cb9 Merge pull request #16417 from tonybaroneee/master Added #panels-footer to components nav in docs 04 May 2015, 08:01:00 UTC
1f5519b Added #panels-footer to components nav in docs 04 May 2015, 00:33:38 UTC
a254782 Merge pull request #16404 from patrickhlauke/radio-checkbox-kbd-toggle-fix Fix radio and checkbox keyboard handling in .btn-group 03 May 2015, 16:05:12 UTC
7b9f204 Merge pull request #16411 from twbs/doc-16122 Doc that 'manual' is mutex of other tooltip/popover triggers 03 May 2015, 02:06:59 UTC
75d6c14 Document that 'manual' is mutually exclusive of other tooltip/popover triggers Closes #16122 [skip sauce] 03 May 2015, 01:24:12 UTC
0689117 Fix issue where affixed element has incorrect positioning when used with a sticky footer layout. Adds visual test for affix with sticky footer. Closes #15694. Refs #15032. 03 May 2015, 00:59:31 UTC
85235c5 Document Affix plugin's `checkPosition` method Fixes #16361 Refs #16356 [skip sauce] 02 May 2015, 20:02:48 UTC
1c7e7fd Merge pull request #16408 from twbs/fix-16400 Include entire /grunt/ folder in npm package 02 May 2015, 18:02:21 UTC
013205f Include entire /grunt/ folder in npm package; fixes #16400 [ci skip] 02 May 2015, 17:48:44 UTC
d255ba3 Fixes Issue #16371 Carousel control is vertically off center for small screens 02 May 2015, 08:49:44 UTC
back to top