]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
9 years agoAdd Wall of Browser Bugs entry for #19810 (#20021)
Chris Rebert [Thu, 2 Jun 2016 17:14:45 +0000 (10:14 -0700)] 
Add Wall of Browser Bugs entry for #19810 (#20021)

Refs https://crbug.com/597642
Closes #19810

[skip sauce]

9 years agoAdd Wall of Browser Bugs entry for #19927 (#20020)
Chris Rebert [Thu, 2 Jun 2016 17:09:06 +0000 (10:09 -0700)] 
Add Wall of Browser Bugs entry for #19927 (#20020)

Refs https://webkit.org/b/158276
Closes #19927

[skip sauce]

9 years agoTweak Esc key comment in modal.js
Chris Rebert [Tue, 31 May 2016 09:19:56 +0000 (02:19 -0700)] 
Tweak Esc key comment in modal.js

[skip sauce]
[skip validator]

9 years agoUpgrade ESLint to v2.2.0 (#20000)
Chris Rebert [Tue, 31 May 2016 08:27:01 +0000 (01:27 -0700)] 
Upgrade ESLint to v2.2.0 (#20000)

[skip sauce]
[skip validator]

9 years agoMerge pull request #19998 from twbs/eslint-2.0.0
Chris Rebert [Tue, 31 May 2016 08:16:05 +0000 (01:16 -0700)] 
Merge pull request #19998 from twbs/eslint-2.0.0

Upgrade to ESLint v2.0.0

9 years agoUpgrade babel-eslint to ^6.0.4 19998/head
Chris Rebert [Tue, 31 May 2016 08:02:30 +0000 (01:02 -0700)] 
Upgrade babel-eslint to ^6.0.4

[skip sauce]
[skip validator]

9 years agoUpgrade ESLint to v2.0.0
Chris Rebert [Tue, 31 May 2016 07:53:01 +0000 (00:53 -0700)] 
Upgrade ESLint to v2.0.0

[skip sauce]
[skip validator]

9 years agoEnable new ESLint-recommended rules in ESLint config
Chris Rebert [Tue, 31 May 2016 07:49:48 +0000 (00:49 -0700)] 
Enable new ESLint-recommended rules in ESLint config

Refs http://eslint.org/docs/user-guide/migrating-to-2.0.0#new-rules-in-eslintrecommended

9 years agoMigrate parser & env config to ESLint 2.0.0
Chris Rebert [Tue, 31 May 2016 07:46:33 +0000 (00:46 -0700)] 
Migrate parser & env config to ESLint 2.0.0

9 years agoComply with consistent-return ESLint rule
Chris Rebert [Tue, 31 May 2016 07:45:32 +0000 (00:45 -0700)] 
Comply with consistent-return ESLint rule

9 years agoMigrate ESLint rules config to ESLint 2.0.0
Chris Rebert [Tue, 31 May 2016 07:39:36 +0000 (00:39 -0700)] 
Migrate ESLint rules config to ESLint 2.0.0

Refs http://eslint.org/docs/user-guide/migrating-to-2.0.0

9 years agoMerge pull request #19995 from twbs/eslint-1.10.3
Chris Rebert [Tue, 31 May 2016 07:24:13 +0000 (00:24 -0700)] 
Merge pull request #19995 from twbs/eslint-1.10.3

Upgrade ESLint to v1.10.3

9 years agoUpdate npm shrinkwrap 19995/head
Chris Rebert [Tue, 31 May 2016 07:11:37 +0000 (00:11 -0700)] 
Update npm shrinkwrap

[skip sauce]
[skip validator]

9 years agoUpgrade ESLint to v1.10.3
Chris Rebert [Tue, 31 May 2016 07:11:19 +0000 (00:11 -0700)] 
Upgrade ESLint to v1.10.3

Refs #19908

9 years agoMerge pull request #19994 from twbs/eslint-1.9
Chris Rebert [Tue, 31 May 2016 07:08:07 +0000 (00:08 -0700)] 
Merge pull request #19994 from twbs/eslint-1.9

Upgrade ESLint to v1.9.0

9 years agoUpdate npm shrinkwrap 19994/head
Chris Rebert [Tue, 31 May 2016 07:00:10 +0000 (00:00 -0700)] 
Update npm shrinkwrap

[skip sauce]
[skip validator]

9 years agoUpgrade ESLint to v1.9.0
Chris Rebert [Tue, 31 May 2016 06:59:23 +0000 (23:59 -0700)] 
Upgrade ESLint to v1.9.0

Refs #19908

9 years agoMerge pull request #19993 from twbs/eslint-1.7.3
Chris Rebert [Tue, 31 May 2016 06:51:23 +0000 (23:51 -0700)] 
Merge pull request #19993 from twbs/eslint-1.7.3

Upgrade ESlint to v1.7.3

9 years agoUpdate shrinkwrap 19993/head
Chris Rebert [Tue, 31 May 2016 06:43:28 +0000 (23:43 -0700)] 
Update shrinkwrap

9 years agoUpgrade ESlint to v1.7.3
Chris Rebert [Tue, 31 May 2016 06:38:10 +0000 (23:38 -0700)] 
Upgrade ESlint to v1.7.3

Enable new rules:
* no-empty-pattern
* no-magic-numbers (exempting 0 and ±1)

Refs #19908

[skip sauce]
[skip validator]

9 years agoUse named constants for magic numbers (#19992)
Chris Rebert [Tue, 31 May 2016 06:42:00 +0000 (23:42 -0700)] 
Use named constants for magic numbers (#19992)

Mostly KeyboardEvent.which and MouseEvent.which values.

[skip validator]

9 years agoMerge pull request #19990 from twbs/bypass-grunt-eslint
Chris Rebert [Tue, 31 May 2016 05:32:15 +0000 (22:32 -0700)] 
Merge pull request #19990 from twbs/bypass-grunt-eslint

Just use ESLint directly instead of going thru grunt-eslint

[skip sauce]
[skip validator]

9 years agoUpdate npm shrinkwrap 19990/head
Chris Rebert [Tue, 31 May 2016 05:15:37 +0000 (22:15 -0700)] 
Update npm shrinkwrap

9 years agoKilled the grunt-eslint middleman; Long live ESLint.
Chris Rebert [Tue, 31 May 2016 05:14:18 +0000 (22:14 -0700)] 
Killed the grunt-eslint middleman; Long live ESLint.

Refs #19908

[skip sauce]
[skip validator]

9 years agoFix load & scroll event usage in ScrollSpy tests (#19986)
Chris Rebert [Mon, 30 May 2016 16:39:45 +0000 (09:39 -0700)] 
Fix load & scroll event usage in ScrollSpy tests (#19986)

* Use $.one() instead of $.on() since there are no $.off()s in the code.
* Remove unnecessary namespacing of listeners for the `scroll` & `load` events.
    These are vanilla DOM events (not custom jQuery namespaced events)
    and we're not using jQuery namespacing to manage these event listeners either (e.g. `$.off()`).

[skip validator]

9 years agojs/tests/unit/scrollspy.js: Fix "offsed" typos (#19985)
Chris Rebert [Mon, 30 May 2016 01:36:09 +0000 (18:36 -0700)] 
js/tests/unit/scrollspy.js: Fix "offsed" typos (#19985)

[skip sauce]
[skip validator]

9 years agoTravis: Upgrade Node.js from v5 to v6 (#19980)
Chris Rebert [Sat, 28 May 2016 20:39:40 +0000 (13:39 -0700)] 
Travis: Upgrade Node.js from v5 to v6 (#19980)

v6 is the current stable version and will be an LTS version.
v5 is not an LTS version.

Refs https://github.com/nodejs/LTS

9 years agoMerge pull request #19894 from twbs/v4-dev-jquery223
XhmikosR [Thu, 26 May 2016 12:40:02 +0000 (15:40 +0300)] 
Merge pull request #19894 from twbs/v4-dev-jquery223

Update jQuery to v2.2.4.

9 years agoBump gems.
XhmikosR [Thu, 26 May 2016 12:31:55 +0000 (15:31 +0300)] 
Bump gems.

9 years agoFix error with the new jQuery. 19894/head
XhmikosR [Thu, 26 May 2016 12:30:07 +0000 (15:30 +0300)] 
Fix error with the new jQuery.

9 years agoUpdate jQuery to v2.2.4.
XhmikosR [Thu, 26 May 2016 12:26:12 +0000 (15:26 +0300)] 
Update jQuery to v2.2.4.

9 years agohttps://webkit.org/b/144696 has been fixed (#19958)
Chris Rebert [Thu, 26 May 2016 06:18:46 +0000 (23:18 -0700)] 
https://webkit.org/b/144696 has been fixed (#19958)

Remove its entry from the Wall of Browser Bugs
Refs #16372

[skip sauce]

9 years agohttps://crbug.com/427994 has been fixed (#19948)
Chris Rebert [Thu, 26 May 2016 06:14:41 +0000 (23:14 -0700)] 
https://crbug.com/427994 has been fixed (#19948)

Remove its entry from the Wall of Browser Bugs.

[skip sauce]

9 years agoMerge pull request #19892 from heikojansen/patch-1
Mark Otto [Sun, 22 May 2016 02:39:33 +0000 (19:39 -0700)] 
Merge pull request #19892 from heikojansen/patch-1

Remove reference to "loaded.bs.modal" event

9 years agohttp://bugzil.la/924068 closed as duplicate of http://bugzil.la/545685 (#19947)
Chris Rebert [Fri, 20 May 2016 16:05:24 +0000 (09:05 -0700)] 
http://bugzil.la/924068 closed as duplicate of http://bugzil.la/545685 (#19947)

Update the Wall of Browser Bugs entry accordingly.

[skip sauce]

9 years agoAdd "The Bootstrap Authors" to copyright notices (#19936)
Chris Rebert [Fri, 20 May 2016 16:04:31 +0000 (09:04 -0700)] 
Add "The Bootstrap Authors" to copyright notices (#19936)

❤️❤️❤️ https://github.com/twbs/bootstrap/graphs/contributors

9 years agohttps://crbug.com/475128 has been fixed (#19946)
Chris Rebert [Fri, 20 May 2016 15:59:02 +0000 (08:59 -0700)] 
https://crbug.com/475128 has been fixed (#19946)

Remove its entry from the Wall of Browser Bugs.
Refs #16180

[skip sauce]

9 years agoMention removed modal option in migration docs 19892/head
Heiko Jansen [Thu, 19 May 2016 13:36:52 +0000 (15:36 +0200)] 
Mention removed modal option in migration docs

The `remote` option and the accompanying event have been removed.

9 years agoRemove stray "~" in modal paddingRight value (#19932)
akai [Wed, 18 May 2016 20:53:01 +0000 (04:53 +0800)] 
Remove stray "~" in modal paddingRight value (#19932)

[skip validator]

9 years agoMerge pull request #19919 from dumb/v4-dev
Patrick H. Lauke [Mon, 16 May 2016 19:43:24 +0000 (20:43 +0100)] 
Merge pull request #19919 from dumb/v4-dev

Fixed a small typo

9 years agoFixed a small typo 19919/head
dumb [Mon, 16 May 2016 17:25:40 +0000 (13:25 -0400)] 
Fixed a small typo

9 years agoRemove reference to "loaded.bs.modal" event
Heiko Jansen [Fri, 13 May 2016 12:36:46 +0000 (14:36 +0200)] 
Remove reference to "loaded.bs.modal" event

Since the "remote" option is no longer available in v4 the reference to the "loaded.bs.modal" event is no longer needed, too.

9 years agoMerge pull request #19889 from twbs/v4-popovers
Mark Otto [Thu, 12 May 2016 19:54:02 +0000 (12:54 -0700)] 
Merge pull request #19889 from twbs/v4-popovers

v4: Couple popover fixes

9 years agoMerge pull request #19874 from patrickhlauke/v4-links-not-anchors-focusable
Mark Otto [Thu, 12 May 2016 18:16:24 +0000 (11:16 -0700)] 
Merge pull request #19874 from patrickhlauke/v4-links-not-anchors-focusable

Make named anchor/placeholder link style reset more specific

9 years agoRestore hiding of the .popover-title with :empty 19889/head
Mark Otto [Thu, 12 May 2016 18:12:40 +0000 (11:12 -0700)] 
Restore hiding of the .popover-title with :empty

9 years agoAlternate fix to #19006: Add a single variable for controlling that inner 1px padding...
Mark Otto [Thu, 12 May 2016 18:12:22 +0000 (11:12 -0700)] 
Alternate fix to #19006: Add a single variable for controlling that inner 1px padding on .popover

9 years agogrunt
Mark Otto [Thu, 12 May 2016 06:30:22 +0000 (23:30 -0700)] 
grunt

9 years agofixes #19429: mention grunt tasks in local dev in readme
Mark Otto [Thu, 12 May 2016 06:30:19 +0000 (23:30 -0700)] 
fixes #19429: mention grunt tasks in local dev in readme

9 years agoFixes #19563: Add variable for setting background-color on .bg-inverse
Mark Otto [Thu, 12 May 2016 06:26:39 +0000 (23:26 -0700)] 
Fixes #19563: Add variable for setting background-color on .bg-inverse

9 years agogrunt
Mark Otto [Thu, 12 May 2016 06:24:40 +0000 (23:24 -0700)] 
grunt

9 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Thu, 12 May 2016 06:23:11 +0000 (23:23 -0700)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

9 years agoFixes #19732: Mention change to list-group-item class and links/buttons in migration...
Mark Otto [Thu, 12 May 2016 06:23:02 +0000 (23:23 -0700)] 
Fixes #19732: Mention change to list-group-item class and links/buttons in migration docs

9 years agoMerge pull request #19885 from twbs/v4-cards
Mark Otto [Thu, 12 May 2016 06:21:18 +0000 (23:21 -0700)] 
Merge pull request #19885 from twbs/v4-cards

v4: Card improvements

9 years agoFix #17511 by adding mention to the docs for how to extend the card columns 19885/head
Mark Otto [Thu, 12 May 2016 06:13:52 +0000 (23:13 -0700)] 
Fix #17511 by adding mention to the docs for how to extend the card columns

9 years agoFixes #17911: Explicitly remove margin-bottom from cards in .card-deck
Mark Otto [Thu, 12 May 2016 05:14:05 +0000 (22:14 -0700)] 
Fixes #17911: Explicitly remove margin-bottom from cards in .card-deck

Here we're doing some margin swapping, so it looks a little funky. All this does is match the margin implementation and rendering across our table and flex versions of card decks.

9 years agofixes #19650: improve non-flexbox card deck behavior so columns are always the same...
Mark Otto [Thu, 12 May 2016 04:18:35 +0000 (21:18 -0700)] 
fixes #19650: improve non-flexbox card deck behavior so columns are always the same width

9 years agoFixes #19840: Invert the .card-subtitle color as well for .card-inverse
Mark Otto [Thu, 12 May 2016 03:41:33 +0000 (20:41 -0700)] 
Fixes #19840: Invert the .card-subtitle color as well for .card-inverse

9 years agoUpdate card variants
Mark Otto [Thu, 12 May 2016 03:32:20 +0000 (20:32 -0700)] 
Update card variants

- Remove background-color from header and footer in inverse cards (fixes #19841)
- Update border override for header and footer in cards; only need to declare a new color
- Update the selector for targetting blockquote footers in cards

9 years agoUpdate card header and footer
Mark Otto [Thu, 12 May 2016 03:22:07 +0000 (20:22 -0700)] 
Update card header and footer

- Remove the box-shadow and switch back to border to match .card basics
- Update the header nav margin override--since we restored the border, we need that default negative margin at the bottom

9 years agoFixes #18584: Link to autoprefixer json file (link is broken until we make this the...
Mark Otto [Wed, 11 May 2016 23:48:21 +0000 (16:48 -0700)] 
Fixes #18584: Link to autoprefixer json file (link is broken until we make this the master branch)

9 years agoFixes #19267: Mention grid class changes in migration docs
Mark Otto [Wed, 11 May 2016 23:38:17 +0000 (16:38 -0700)] 
Fixes #19267: Mention grid class changes in migration docs

9 years agogrunt
Mark Otto [Wed, 11 May 2016 23:35:02 +0000 (16:35 -0700)] 
grunt

9 years agoadd another note about dropdown styles changing
Mark Otto [Wed, 11 May 2016 23:34:59 +0000 (16:34 -0700)] 
add another note about dropdown styles changing

9 years agoOverhaul tables docs and use rgba() colors for inverse tables
Mark Otto [Wed, 11 May 2016 23:28:28 +0000 (16:28 -0700)] 
Overhaul tables docs and use rgba() colors for inverse tables

- Add inverse examples for all variants
- Use rgba() colors for hover and accent states for easy usage in inverse styles

9 years agoUpdate tags/labels/badges migration docs to mention class and change in behavior...
Mark Otto [Wed, 11 May 2016 23:11:17 +0000 (16:11 -0700)] 
Update tags/labels/badges migration docs to mention class and change in behavior for alignment in list groups

9 years agogrunt
Mark Otto [Wed, 11 May 2016 22:58:46 +0000 (15:58 -0700)] 
grunt

9 years agoclarify that
Mark Otto [Wed, 11 May 2016 22:58:42 +0000 (15:58 -0700)] 
clarify that

9 years agoMerge pull request #18807 from twbs/v4-split-buttons
Mark Otto [Wed, 11 May 2016 22:03:51 +0000 (15:03 -0700)] 
Merge pull request #18807 from twbs/v4-split-buttons

v4: Figuring out split dropdown buttons

9 years agolinting order 18807/head
Mark Otto [Wed, 11 May 2016 21:28:59 +0000 (14:28 -0700)] 
linting order

9 years agoConsolidate button-dropdown.md with dropdowns.md to simplify docs
Mark Otto [Wed, 11 May 2016 21:13:16 +0000 (14:13 -0700)] 
Consolidate button-dropdown.md with dropdowns.md to simplify docs

9 years agorest in peace _functions.scss
Mark Otto [Wed, 11 May 2016 18:36:40 +0000 (11:36 -0700)] 
rest in peace _functions.scss

9 years agoUnfuck those split button dropdowns
Mark Otto [Wed, 11 May 2016 18:36:09 +0000 (11:36 -0700)] 
Unfuck those split button dropdowns

- Really we didn't need to do any of that strip units stuff to generate six new variables, two for each button size
- Using sibling selectors, we can target those split button dropdown toggles using the .dropdown-toggle-split class, and adjust padding and margin as needed
- Now, we nuke the margin-left from the ::after generated caret and tighten up the padding so that those split toggles don't look huge next to their main button

9 years agoMerge branch 'v4-dev' into v4-split-buttons
Mark Otto [Wed, 11 May 2016 18:07:06 +0000 (11:07 -0700)] 
Merge branch 'v4-dev' into v4-split-buttons

9 years agoMerge pull request #19141 from twbs/v4-forms-cleanup
Mark Otto [Wed, 11 May 2016 17:49:31 +0000 (10:49 -0700)] 
Merge pull request #19141 from twbs/v4-forms-cleanup

v4: Forms cleanup

9 years agogrunt 19141/head
Mark Otto [Wed, 11 May 2016 17:20:00 +0000 (10:20 -0700)] 
grunt

9 years agoMerge branch 'v4-forms-cleanup' of github.com:twbs/bootstrap into v4-forms-cleanup
Mark Otto [Wed, 11 May 2016 17:19:40 +0000 (10:19 -0700)] 
Merge branch 'v4-forms-cleanup' of github.com:twbs/bootstrap into v4-forms-cleanup

9 years agoupdate migration notes
Mark Otto [Wed, 11 May 2016 17:16:00 +0000 (10:16 -0700)] 
update migration notes

9 years agoMerge pull request #19879 from patrickhlauke/v4-modal-aria-fix
Patrick H. Lauke [Wed, 11 May 2016 09:35:22 +0000 (10:35 +0100)] 
Merge pull request #19879 from patrickhlauke/v4-modal-aria-fix

Handle aria-hidden on modal container when showing/hiding

9 years agoHandle aria-hidden on modal container when showing/hiding 19879/head
Patrick H. Lauke [Tue, 10 May 2016 22:53:49 +0000 (23:53 +0100)] 
Handle aria-hidden on modal container when showing/hiding

Fixes #19878

9 years agoBring back some 'help text' love for forms with .form-text
Mark Otto [Tue, 10 May 2016 15:24:38 +0000 (08:24 -0700)] 
Bring back some 'help text' love for forms with .form-text

- Includes new class
- New docs to support it
- Rearranged older docs

9 years agoMake named anchor/placeholder link style reset more specific 19874/head
Patrick H. Lauke [Tue, 10 May 2016 09:29:47 +0000 (10:29 +0100)] 
Make named anchor/placeholder link style reset more specific

This avoids applying the reset to named anchors/placeholder links (links
without an `href`) that have explicitly been made keyboard-focusable
(using `tabindex`). This is not fool-proof - it's not
easy/straightforward to check for the actual `tabindex` value itself, to
ensure it's positive, not will this apply if a link has been "blessed"
with `tabindex` via JS. However, this should catch most common uses (and
gives a reasonably valid way around the issue for developers who, for
whatever reason, DO want to use links without `href` - as side effect,
it forces best practice of at least ensuring these links can also be
focused with the keyboard)

9 years agoMerge branch 'v4-forms-cleanup' of https://github.com/twbs/bootstrap into v4-forms...
Mark Otto [Tue, 10 May 2016 02:25:42 +0000 (19:25 -0700)] 
Merge branch 'v4-forms-cleanup' of https://github.com/twbs/bootstrap into v4-forms-cleanup

9 years agoUpdate checkboxes and radios docs
Mark Otto [Mon, 9 May 2016 18:00:36 +0000 (11:00 -0700)] 
Update checkboxes and radios docs

- Add lighter gray text to disabled state for .form-check
- Separate radios and checkboxes example
- Clarify docs

9 years agoclarify docs comment from #19459
Mark Otto [Mon, 9 May 2016 17:29:04 +0000 (10:29 -0700)] 
clarify docs comment from #19459

9 years agomore options, clearer options, and proper markdown formatting
Mark Otto [Mon, 9 May 2016 17:25:38 +0000 (10:25 -0700)] 
more options, clearer options, and proper markdown formatting

9 years agoMerge branch 'v4-dev-docs-hidden-show-replacement' of https://github.com/lamby/bootst...
Mark Otto [Mon, 9 May 2016 17:23:52 +0000 (10:23 -0700)] 
Merge branch 'v4-dev-docs-hidden-show-replacement' of https://github.com/lamby/bootstrap into lamby-v4-dev-docs-hidden-show-replacement

9 years agoMerge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev
Mark Otto [Mon, 9 May 2016 17:21:56 +0000 (10:21 -0700)] 
Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev

9 years agoproperty order
Mark Otto [Mon, 9 May 2016 17:18:41 +0000 (10:18 -0700)] 
property order

9 years agoMerge branch 'add-input-focus-variables' of https://github.com/kevinkucharczyk/bootst...
Mark Otto [Mon, 9 May 2016 17:17:27 +0000 (10:17 -0700)] 
Merge branch 'add-input-focus-variables' of https://github.com/kevinkucharczyk/bootstrap into kevinkucharczyk-add-input-focus-variables

9 years agoMerge pull request #19459 from delftswa2016/v4-card-ordering
Mark Otto [Mon, 9 May 2016 17:14:50 +0000 (10:14 -0700)] 
Merge pull request #19459 from delftswa2016/v4-card-ordering

Explicitly state the ordering of cards in card columns in the docs

9 years agoMerge pull request #19667 from vsn4ik/v4-dev-use-border-radius-mixin
Mark Otto [Mon, 9 May 2016 16:56:28 +0000 (09:56 -0700)] 
Merge pull request #19667 from vsn4ik/v4-dev-use-border-radius-mixin

Use @border-radius and add $nav-tabs-border-radius variable

9 years agoupdate classes for inline form to new checkbox options
Mark Otto [Mon, 9 May 2016 06:14:48 +0000 (23:14 -0700)] 
update classes for inline form to new checkbox options

9 years agooops, another checkbox needing a new class
Mark Otto [Mon, 9 May 2016 06:14:28 +0000 (23:14 -0700)] 
oops, another checkbox needing a new class

9 years agoadd options to the examples so they render properly
Mark Otto [Mon, 9 May 2016 05:53:32 +0000 (22:53 -0700)] 
add options to the examples so they render properly

9 years agofix remaining checkboxes and radios in docs
Mark Otto [Mon, 9 May 2016 05:53:17 +0000 (22:53 -0700)] 
fix remaining checkboxes and radios in docs

9 years agofix broken markdown formatting
Mark Otto [Mon, 9 May 2016 05:52:58 +0000 (22:52 -0700)] 
fix broken markdown formatting

9 years agogrunt
Mark Otto [Mon, 9 May 2016 00:31:11 +0000 (17:31 -0700)] 
grunt

9 years agoFixes #19771: Enable .form-control-sm/lg on select.form-control
Mark Otto [Mon, 9 May 2016 00:31:02 +0000 (17:31 -0700)] 
Fixes #19771: Enable .form-control-sm/lg on select.form-control

9 years agolinting
Mark Otto [Mon, 9 May 2016 00:11:17 +0000 (17:11 -0700)] 
linting

9 years agoRedo checkboxes and radios
Mark Otto [Sun, 8 May 2016 23:05:27 +0000 (16:05 -0700)] 
Redo checkboxes and radios

- Move disabled radio and checkbox styles to Reboot
- Collapse .radio and .checkbox into single class, .form-check
- Collapse .radio-inline and .checkbox-inline into single class, .form-check-inline
- Require classes for sub-elements in both new classes