]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
9 years agoUse Windows 10 for Win Chrome+Firefox tests on Sauce Labs 19291/head
Chris Rebert [Tue, 23 Feb 2016 20:16:25 +0000 (12:16 -0800)] 
Use Windows 10 for Win Chrome+Firefox tests on Sauce Labs

[skip validator]

9 years agoBump grunt-contrib-concat.
XhmikosR [Tue, 23 Feb 2016 07:47:17 +0000 (09:47 +0200)] 
Bump grunt-contrib-concat.

[skip sauce]

9 years agoUpdate Jekyll to v3.1.2.
XhmikosR [Tue, 23 Feb 2016 07:08:22 +0000 (09:08 +0200)] 
Update Jekyll to v3.1.2.

[skip sauce]

9 years agoUpdate scss_lint to v0.46.0.
XhmikosR [Tue, 23 Feb 2016 07:07:52 +0000 (09:07 +0200)] 
Update scss_lint to v0.46.0.

[skip sauce]

9 years agoRun grunt.
XhmikosR [Fri, 19 Feb 2016 11:10:46 +0000 (13:10 +0200)] 
Run grunt.

[ci skip]

9 years agoUpdate devDependencies.
XhmikosR [Fri, 19 Feb 2016 11:09:42 +0000 (13:09 +0200)] 
Update devDependencies.

9 years agoBump scss_lint to v0.45.0.
XhmikosR [Fri, 19 Feb 2016 10:55:14 +0000 (12:55 +0200)] 
Bump scss_lint to v0.45.0.

[skip sauce]

9 years agoMerge pull request #19029 from twbs/v4-dev-xmr-grunt-html
XhmikosR [Fri, 19 Feb 2016 10:07:14 +0000 (12:07 +0200)] 
Merge pull request #19029 from twbs/v4-dev-xmr-grunt-html

Update grunt-html

9 years agoTravis CI: switch to the Trusty image. 19029/head
XhmikosR [Fri, 19 Feb 2016 09:27:33 +0000 (11:27 +0200)] 
Travis CI: switch to the Trusty image.

9 years agoFix validation errors.
XhmikosR [Tue, 26 Jan 2016 12:58:19 +0000 (14:58 +0200)] 
Fix validation errors.

[skip sauce]

9 years agoUpdate grunt-html to v6.0.0.
XhmikosR [Tue, 26 Jan 2016 12:55:26 +0000 (14:55 +0200)] 
Update grunt-html to v6.0.0.

Also remove the workaround for the old validator version.

[skip sauce]

9 years agoDocs: Add example of .dropdown-menu-right
Jeremy Kratz [Mon, 11 Jan 2016 00:02:33 +0000 (18:02 -0600)] 
Docs: Add example of .dropdown-menu-right

Fixes #18493
Closes #18836
[skip sauce]

9 years agoMerge pull request #18987 from xcatliu/v4-dev-fix-search-json-prefix
Chris Rebert [Fri, 19 Feb 2016 02:36:14 +0000 (18:36 -0800)] 
Merge pull request #18987 from xcatliu/v4-dev-fix-search-json-prefix

Add prefix to footer.html search.json
[skip sauce]

9 years agoDocument .pos-f-t utility class; fixes #18494
Russell Beye [Fri, 8 Jan 2016 04:34:13 +0000 (22:34 -0600)] 
Document .pos-f-t utility class; fixes #18494

Add documentation to components/utilities to publicly expose the
.pos-f-t utility class to users.

Closes #18799
[skip sauce]

9 years agoDocument the possibility of extending the $spacers map
Tobias [Sun, 27 Dec 2015 18:20:39 +0000 (19:20 +0100)] 
Document the possibility of extending the $spacers map

It's very handy to add another spacer size (e.g. `4`) which can easily be done by extending the map.
Example:
```
$spacers: (
  0: (
    x:   0,
    y:   0
  ),
  1: (
    x:   $spacer-x,
    y:   $spacer-y
  ),
  2: (
    x:   ($spacer-x * 1.5),
    y:   ($spacer-y * 1.5)
  ),
  3: (
    x:   ($spacer-x * 3),
    y:   ($spacer-y * 3)
  ),
  4: (
    x:   ($spacer-x * 5),
    y:   ($spacer-y * 5)
  )
);
```

Closes #18706
[skip sauce]

9 years agoDocs: Remove <meta name="keywords"> from <head>
Chris Rebert [Fri, 19 Feb 2016 02:08:43 +0000 (18:08 -0800)] 
Docs: Remove <meta name="keywords"> from <head>

Ports #18872 to v4
[skip sauce]

9 years agoModal docs: Added JS event handler for relatedTarget demo
James Mosier [Tue, 15 Sep 2015 16:36:36 +0000 (12:36 -0400)] 
Modal docs: Added JS event handler for relatedTarget demo

Fixes #17584
Closes #17607 by merging it

9 years agoMerge pull request #19241 from twbs/carousel-indicators-width
Chris Rebert [Thu, 18 Feb 2016 05:13:17 +0000 (21:13 -0800)] 
Merge pull request #19241 from twbs/carousel-indicators-width

Extract $carousel-indicators-width variable

9 years agoExtract $carousel-indicators-width variable 19241/head
Chris Rebert [Wed, 17 Feb 2016 05:28:20 +0000 (21:28 -0800)] 
Extract $carousel-indicators-width variable

[skip sauce]
[skip validator]

9 years agoMerge pull request #19238 from twbs/dropdown-padding-y
Chris Rebert [Thu, 18 Feb 2016 05:08:19 +0000 (21:08 -0800)] 
Merge pull request #19238 from twbs/dropdown-padding-y

Extract $dropdown-padding-y variable

9 years agoExtract $dropdown-padding-y variable 19238/head
Chris Rebert [Wed, 17 Feb 2016 05:07:24 +0000 (21:07 -0800)] 
Extract $dropdown-padding-y variable

[skip sauce]
[skip validator]

9 years agoMerge pull request #19243 from twbs/list-group-item-heading-margin-bottom
Chris Rebert [Thu, 18 Feb 2016 05:04:35 +0000 (21:04 -0800)] 
Merge pull request #19243 from twbs/list-group-item-heading-margin-bottom

Extract $list-group-item-heading-margin-bottom variable

9 years agoExtract $list-group-item-heading-margin-bottom variable 19243/head
Chris Rebert [Wed, 17 Feb 2016 06:27:29 +0000 (22:27 -0800)] 
Extract $list-group-item-heading-margin-bottom variable

[skip sauce]
[skip validator]

9 years agoMerge pull request #19242 from twbs/carousel-caption-width
Mark Otto [Wed, 17 Feb 2016 16:55:16 +0000 (08:55 -0800)] 
Merge pull request #19242 from twbs/carousel-caption-width

Extract $carousel-caption-width variable

9 years agoMerge pull request #19239 from twbs/dropdown-margin-top
Mark Otto [Wed, 17 Feb 2016 16:54:47 +0000 (08:54 -0800)] 
Merge pull request #19239 from twbs/dropdown-margin-top

Extract $dropdown-margin-top variable

9 years agoMerge pull request #19237 from twbs/carousel-indicator-size
Mark Otto [Wed, 17 Feb 2016 16:54:25 +0000 (08:54 -0800)] 
Merge pull request #19237 from twbs/carousel-indicator-size

Extract $carousel-indicator{-active}-size variables

9 years agoMerge pull request #19255 from patrickhlauke/color-accessibility-callout-include
Patrick H. Lauke [Wed, 17 Feb 2016 16:48:51 +0000 (16:48 +0000)] 
Merge pull request #19255 from patrickhlauke/color-accessibility-callout-include

Docs: add/unify advice on contextual colors and accessibility

9 years agoMerge pull request #19259 from patrickhlauke/keyboard-navigation-focus-patch1
Patrick H. Lauke [Wed, 17 Feb 2016 15:34:52 +0000 (15:34 +0000)] 
Merge pull request #19259 from patrickhlauke/keyboard-navigation-focus-patch1

Replace jQuery with vanilla JS

9 years agoReplace jQuery with vanilla JS 19259/head
Patrick H. Lauke [Wed, 17 Feb 2016 15:21:02 +0000 (15:21 +0000)] 
Replace jQuery with vanilla JS

9 years agoMerge pull request #19257 from twbs/fix-19147
Chris Rebert [Wed, 17 Feb 2016 11:25:04 +0000 (03:25 -0800)] 
Merge pull request #19257 from twbs/fix-19147

Add $gutter parameter to make-col mixin

9 years agoAdd $gutter parameter to make-col mixin; fixes #19147 19257/head
Chris Rebert [Wed, 17 Feb 2016 11:19:07 +0000 (03:19 -0800)] 
Add $gutter parameter to make-col mixin; fixes #19147

[skip sauce]
[skip validator]

9 years agoMerge pull request #19256 from patrickhlauke/label-tag-nav-fixup1
Patrick H. Lauke [Wed, 17 Feb 2016 11:08:43 +0000 (11:08 +0000)] 
Merge pull request #19256 from patrickhlauke/label-tag-nav-fixup1

Replace "label" with "tag" in navigation

9 years agoReplace "label" with "tag" in navigation 19256/head
Patrick H. Lauke [Wed, 17 Feb 2016 11:06:32 +0000 (11:06 +0000)] 
Replace "label" with "tag" in navigation

9 years ago- Conveying color meaning to AT as markdown include 19255/head
Patrick H. Lauke [Wed, 17 Feb 2016 10:22:48 +0000 (10:22 +0000)] 
- Conveying color meaning to AT as markdown include
- Add/replace callout for color and AT with include

9 years agoMerge pull request #19251 from twbs/navbar-brand-padding-y
Chris Rebert [Wed, 17 Feb 2016 07:15:34 +0000 (23:15 -0800)] 
Merge pull request #19251 from twbs/navbar-brand-padding-y

Extract $navbar-brand-padding-y variable

9 years agoExtract $navbar-brand-padding-y variable 19251/head
Chris Rebert [Wed, 17 Feb 2016 07:11:25 +0000 (23:11 -0800)] 
Extract $navbar-brand-padding-y variable

[skip sauce]
[skip validator]

9 years agoMerge pull request #19250 from twbs/list-group-item-padding
Chris Rebert [Wed, 17 Feb 2016 07:08:41 +0000 (23:08 -0800)] 
Merge pull request #19250 from twbs/list-group-item-padding

Add $list-group-item-padding-{x,y} variables

9 years agoMerge pull request #19249 from twbs/card-columns-sm-up-column-gap
Chris Rebert [Wed, 17 Feb 2016 07:08:24 +0000 (23:08 -0800)] 
Merge pull request #19249 from twbs/card-columns-sm-up-column-gap

Add $card-columns-sm-up-column-gap variable

9 years agoAdd $card-columns-sm-up-column-gap variable 19249/head
Chris Rebert [Wed, 17 Feb 2016 07:00:58 +0000 (23:00 -0800)] 
Add $card-columns-sm-up-column-gap variable

[skip sauce]
[skip validator]

9 years agoAdd $list-group-item-padding-{x,y} variables 19250/head
Chris Rebert [Wed, 17 Feb 2016 06:57:10 +0000 (22:57 -0800)] 
Add $list-group-item-padding-{x,y} variables

[skip sauce]
[skip validator]

9 years ago_tags.scss: Updated comments to reflect name change
Ameya Pandilwar [Wed, 17 Feb 2016 06:32:32 +0000 (01:32 -0500)] 
_tags.scss: Updated comments to reflect name change

Erratum from #19157
Closes #19245

9 years agoMerge pull request #19247 from twbs/code-padding-vars
Chris Rebert [Wed, 17 Feb 2016 06:49:16 +0000 (22:49 -0800)] 
Merge pull request #19247 from twbs/code-padding-vars

Extract $code-padding-{x,y} variables

9 years agoExtract $code-padding-{x,y} variables 19247/head
Chris Rebert [Wed, 17 Feb 2016 06:45:26 +0000 (22:45 -0800)] 
Extract $code-padding-{x,y} variables

[skip sauce]
[skip validator]

9 years agoMerge pull request #19246 from twbs/code-font-size
Chris Rebert [Wed, 17 Feb 2016 06:41:55 +0000 (22:41 -0800)] 
Merge pull request #19246 from twbs/code-font-size

Extract $code-font-size variable

9 years agoMerge pull request #19244 from twbs/figure-caption-font-size
Chris Rebert [Wed, 17 Feb 2016 06:37:38 +0000 (22:37 -0800)] 
Merge pull request #19244 from twbs/figure-caption-font-size

Add $figure-caption-font-size variable

9 years agoExtract $code-font-size variable 19246/head
Chris Rebert [Wed, 17 Feb 2016 06:37:00 +0000 (22:37 -0800)] 
Extract $code-font-size variable

[skip sauce]
[skip validator]

9 years agoAdd $figure-caption-font-size variable 19244/head
Chris Rebert [Wed, 17 Feb 2016 06:31:40 +0000 (22:31 -0800)] 
Add $figure-caption-font-size variable

[skip sauce]
[skip validator]

9 years agoExtract $carousel-caption{-sm-up}-width variables 19242/head
Chris Rebert [Wed, 17 Feb 2016 05:32:39 +0000 (21:32 -0800)] 
Extract $carousel-caption{-sm-up}-width variables

[skip sauce]
[skip validator]

9 years agoMerge pull request #19240 from twbs/dropdown-item-padding-x
Chris Rebert [Wed, 17 Feb 2016 05:21:58 +0000 (21:21 -0800)] 
Merge pull request #19240 from twbs/dropdown-item-padding-x

Extract $dropdown-item-padding-x variable

9 years agoExtract $dropdown-item-padding-x variable 19240/head
Chris Rebert [Wed, 17 Feb 2016 05:16:55 +0000 (21:16 -0800)] 
Extract $dropdown-item-padding-x variable

[skip sauce]
[skip validator]

9 years agoExtract $dropdown-margin-top variable 19239/head
Chris Rebert [Wed, 17 Feb 2016 05:13:15 +0000 (21:13 -0800)] 
Extract $dropdown-margin-top variable

[skip sauce]
[skip validator]

9 years agoExtract $carousel-indicator{-active}-size variables 19237/head
Chris Rebert [Wed, 17 Feb 2016 05:00:10 +0000 (21:00 -0800)] 
Extract $carousel-indicator{-active}-size variables

[skip sauce]
[skip validator]

9 years agoMerge pull request #19235 from twbs/carousel-control-sm-up-width
Chris Rebert [Wed, 17 Feb 2016 04:53:53 +0000 (20:53 -0800)] 
Merge pull request #19235 from twbs/carousel-control-sm-up-width

Extract $carousel-control-sm-up-width variable

9 years agoExtract $carousel-control-sm-up-size variable 19235/head
Chris Rebert [Wed, 17 Feb 2016 04:40:54 +0000 (20:40 -0800)] 
Extract $carousel-control-sm-up-size variable

[skip sauce]
[skip validator]

9 years agogrunt
Mark Otto [Wed, 17 Feb 2016 04:34:35 +0000 (20:34 -0800)] 
grunt

9 years agoFixes #19142 (follow-up to #18771): Restore cursor: pointer to custom radio/checkbox...
Mark Otto [Wed, 17 Feb 2016 04:34:31 +0000 (20:34 -0800)] 
Fixes #19142 (follow-up to #18771): Restore cursor: pointer to custom radio/checkbox components

9 years agoupdate migration docs
Mark Otto [Wed, 17 Feb 2016 04:30:20 +0000 (20:30 -0800)] 
update migration docs

9 years agogrunt
Mark Otto [Wed, 17 Feb 2016 04:28:56 +0000 (20:28 -0800)] 
grunt

9 years agoMerge branch 'fix-19094' of https://github.com/ameya-pandilwar/bootstrap into ameya...
Mark Otto [Wed, 17 Feb 2016 04:28:51 +0000 (20:28 -0800)] 
Merge branch 'fix-19094' of https://github.com/ameya-pandilwar/bootstrap into ameya-pandilwar-fix-19094

9 years agoMerge pull request #19116 from twbs/docs-17264
Mark Otto [Wed, 17 Feb 2016 04:26:41 +0000 (20:26 -0800)] 
Merge pull request #19116 from twbs/docs-17264

Docs: Add captions above progress bars

9 years agoMerge branch 'v4-dev' into mark-padding
Mark Otto [Wed, 17 Feb 2016 04:25:40 +0000 (20:25 -0800)] 
Merge branch 'v4-dev' into mark-padding

9 years agogrunt
Mark Otto [Wed, 17 Feb 2016 04:24:39 +0000 (20:24 -0800)] 
grunt

9 years agoMerge pull request #19210 from twbs/small-font-size
Mark Otto [Wed, 17 Feb 2016 04:23:54 +0000 (20:23 -0800)] 
Merge pull request #19210 from twbs/small-font-size

Add $small-font-size variable

9 years agoMerge pull request #19211 from twbs/mark-bg-var
Mark Otto [Wed, 17 Feb 2016 04:23:41 +0000 (20:23 -0800)] 
Merge pull request #19211 from twbs/mark-bg-var

Add $mark-bg so <mark>'s background-color can be customized independently of $state-warning-bg

9 years agoMerge pull request #19214 from twbs/label-font-size
Mark Otto [Wed, 17 Feb 2016 04:23:22 +0000 (20:23 -0800)] 
Merge pull request #19214 from twbs/label-font-size

Add $label-font-size variable in the name of not hardcoding values

9 years agoMerge pull request #19215 from twbs/label-pill-border-radius
Mark Otto [Wed, 17 Feb 2016 04:23:03 +0000 (20:23 -0800)] 
Merge pull request #19215 from twbs/label-pill-border-radius

Add $label-pill-border-radius variable

9 years agoMerge pull request #19218 from twbs/breakpoint-vars-are-minimums
Mark Otto [Wed, 17 Feb 2016 04:22:43 +0000 (20:22 -0800)] 
Merge pull request #19218 from twbs/breakpoint-vars-are-minimums

Clarify that $grid-breakpoints are minimum widths for each breakpoint

9 years agofixes #19148 as follow up to #19099: ensure local mixin variable is used for in...
Mark Otto [Wed, 17 Feb 2016 04:11:11 +0000 (20:11 -0800)] 
fixes #19148 as follow up to #19099: ensure local mixin variable is used for  in make-grid-columns mixin

9 years agogrunt
Mark Otto [Wed, 17 Feb 2016 04:09:57 +0000 (20:09 -0800)] 
grunt

9 years agoMerge pull request #19232 from patrickhlauke/tests-visual-buttons-patch1
Patrick H. Lauke [Tue, 16 Feb 2016 22:16:16 +0000 (22:16 +0000)] 
Merge pull request #19232 from patrickhlauke/tests-visual-buttons-patch1

Visual/manual test for checkbox/radio button kbd behavior

9 years agoMerge pull request #19224 from kandros/v4-dev
Chris Rebert [Tue, 16 Feb 2016 21:49:46 +0000 (13:49 -0800)] 
Merge pull request #19224 from kandros/v4-dev

Fix typos in documentation - in plural tag names in reboot.md
[skip sauce]

9 years agoVisual/manual test for checkbox/radio button kbd behavior 19232/head
Patrick H. Lauke [Tue, 16 Feb 2016 21:24:29 +0000 (21:24 +0000)] 
Visual/manual test for checkbox/radio button kbd behavior

9 years agoFix typos in plural tag names 19224/head
Jaga Santagostino [Tue, 16 Feb 2016 19:29:59 +0000 (20:29 +0100)] 
Fix typos in plural tag names

9 years agoMerge pull request #19222 from patrickhlauke/kbd-navigation-fix-checkbox-radio-toggle...
Patrick H. Lauke [Tue, 16 Feb 2016 16:41:51 +0000 (16:41 +0000)] 
Merge pull request #19222 from patrickhlauke/kbd-navigation-fix-checkbox-radio-toggle-port1

Focus (visually hidden) input radio/checkbox

9 years agoFocus (visually hidden) input radio/checkbox 19222/head
Patrick H. Lauke [Tue, 16 Feb 2016 14:16:27 +0000 (14:16 +0000)] 
Focus (visually hidden) input radio/checkbox

This allows for keyboard navigation (e.g. arrow keys left/right to
trigger different radio buttons) following an initial mouse click
interaction

9 years agoMerge pull request #19220 from twbs/jq-event-alias-throw-err
Chris Rebert [Tue, 16 Feb 2016 12:13:00 +0000 (04:13 -0800)] 
Merge pull request #19220 from twbs/jq-event-alias-throw-err

js/tests/index.html: Replace jQuery event alias methods with functions that throw errors

9 years agojs/tests/index.html: Replace jQuery event alias methods with functions that throw... 19220/head
Chris Rebert [Tue, 16 Feb 2016 12:05:41 +0000 (04:05 -0800)] 
js/tests/index.html: Replace jQuery event alias methods with functions that throw explanatory errors, instead of with undefined

Refs https://github.com/twbs/bootstrap/pull/19219#issuecomment-184653699

[skip validator]

9 years agoMerge pull request #19219 from twbs/contrib-jq-event-aliases
Chris Rebert [Tue, 16 Feb 2016 12:02:00 +0000 (04:02 -0800)] 
Merge pull request #19219 from twbs/contrib-jq-event-aliases

CONTRIBUTING: Document restriction regarding jQuery event alias methods

9 years agoCONTRIBUTING: Document restriction regarding jQuery event alias methods 19219/head
Chris Rebert [Tue, 16 Feb 2016 11:52:30 +0000 (03:52 -0800)] 
CONTRIBUTING: Document restriction regarding jQuery event alias methods

Refs #19192
[ci skip]

9 years agoChange comment to clarify that $grid-breakpoints are minimum widths for each breakpoint 19218/head
Chris Rebert [Tue, 16 Feb 2016 09:24:34 +0000 (01:24 -0800)] 
Change comment to clarify that $grid-breakpoints are minimum widths for each breakpoint

(as opposed to maximums)

[ci skip]

9 years agoMerge pull request #19216 from twbs/dropdown-min-width
Chris Rebert [Tue, 16 Feb 2016 08:47:29 +0000 (00:47 -0800)] 
Merge pull request #19216 from twbs/dropdown-min-width

Extract $dropdown-min-width variable

9 years agoIntroduce $mark-bg variable so that <mark>'s background-color can be customized indep... 19211/head
Chris Rebert [Tue, 16 Feb 2016 08:04:30 +0000 (00:04 -0800)] 
Introduce $mark-bg variable so that <mark>'s background-color can be customized independently of $state-warning-bg

[skip sauce]
[skip validator]

9 years agoExtract $dropdown-min-width variable 19216/head
Chris Rebert [Tue, 16 Feb 2016 08:42:10 +0000 (00:42 -0800)] 
Extract $dropdown-min-width variable

[skip sauce]
[skip validator]

9 years agoAdd $label-pill-border-radius variable 19215/head
Chris Rebert [Tue, 16 Feb 2016 08:30:40 +0000 (00:30 -0800)] 
Add $label-pill-border-radius variable

[skip sauce]
[skip validator]

9 years agoMerge pull request #19213 from twbs/label-pill-padding-x
Chris Rebert [Tue, 16 Feb 2016 08:31:14 +0000 (00:31 -0800)] 
Merge pull request #19213 from twbs/label-pill-padding-x

Extract $label-pill-padding-x variable

9 years agoAdd $label-font-size variable in the name of not hardcoding values 19214/head
Chris Rebert [Tue, 16 Feb 2016 08:27:53 +0000 (00:27 -0800)] 
Add $label-font-size variable in the name of not hardcoding values

[skip sauce]
[skip validator]

9 years agoExtract $label-pill-padding-x variable 19213/head
Chris Rebert [Tue, 16 Feb 2016 08:23:53 +0000 (00:23 -0800)] 
Extract $label-pill-padding-x variable

[skip sauce]
[skip validator]

9 years agoMerge pull request #19212 from twbs/label-padding-x-y
Chris Rebert [Tue, 16 Feb 2016 08:24:26 +0000 (00:24 -0800)] 
Merge pull request #19212 from twbs/label-padding-x-y

Extract $label-padding-{x,y} variables

9 years agoExtract $label-padding-{x,y} variables 19212/head
Chris Rebert [Tue, 16 Feb 2016 08:18:30 +0000 (00:18 -0800)] 
Extract $label-padding-{x,y} variables

[skip sauce]
[skip validator]

9 years agoAdd $small-font-size variable 19210/head
Chris Rebert [Tue, 16 Feb 2016 07:59:53 +0000 (23:59 -0800)] 
Add $small-font-size variable

[skip sauce]
[skip validator]

9 years agoAdd $mark-padding variable 19209/head
Chris Rebert [Tue, 16 Feb 2016 07:55:19 +0000 (23:55 -0800)] 
Add $mark-padding variable

[skip sauce]
[skip validator]

9 years agoMerge pull request #19208 from twbs/modal-content-border-width
Chris Rebert [Tue, 16 Feb 2016 07:51:02 +0000 (23:51 -0800)] 
Merge pull request #19208 from twbs/modal-content-border-width

Extract $modal-content-border-width variable

9 years agoExtract $modal-content-border-width variable 19208/head
Chris Rebert [Tue, 16 Feb 2016 07:45:28 +0000 (23:45 -0800)] 
Extract $modal-content-border-width variable

[skip sauce]
[skip validator]

9 years agoMerge pull request #19207 from twbs/modal-header-footer-width-vars
Chris Rebert [Tue, 16 Feb 2016 07:44:06 +0000 (23:44 -0800)] 
Merge pull request #19207 from twbs/modal-header-footer-width-vars

Extract $modal-{header,footer}-border-width variables

9 years agoExtract $modal-{header,footer}-border-width variables 19207/head
Chris Rebert [Tue, 16 Feb 2016 07:35:57 +0000 (23:35 -0800)] 
Extract $modal-{header,footer}-border-width variables

[skip sauce]
[skip validator]

9 years agoMerge pull request #19206 from twbs/modal-dialog-sm-up-margin-y
Chris Rebert [Tue, 16 Feb 2016 07:35:05 +0000 (23:35 -0800)] 
Merge pull request #19206 from twbs/modal-dialog-sm-up-margin-y

Extract $modal-dialog-sm-up-margin-y variable

9 years agoExtract $modal-dialog-sm-up-margin-y variable 19206/head
Chris Rebert [Tue, 16 Feb 2016 07:24:41 +0000 (23:24 -0800)] 
Extract $modal-dialog-sm-up-margin-y variable

[skip sauce]
[skip validator]

9 years agoMerge pull request #19205 from twbs/modal-dialog-margin
Chris Rebert [Tue, 16 Feb 2016 07:16:13 +0000 (23:16 -0800)] 
Merge pull request #19205 from twbs/modal-dialog-margin

Extract new $modal-dialog-margin variable

9 years agoExtract new $modal-dialog-margin variable 19205/head
Chris Rebert [Tue, 16 Feb 2016 07:10:38 +0000 (23:10 -0800)] 
Extract new $modal-dialog-margin variable

[skip sauce]
[skip validator]

9 years agoMerge pull request #19204 from TiGR/patch-1
Chris Rebert [Tue, 16 Feb 2016 07:07:15 +0000 (23:07 -0800)] 
Merge pull request #19204 from TiGR/patch-1

Fix docs for new naming of .btn-outline
[skip sauce]