0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00
Commit Graph

14412 Commits

Author SHA1 Message Date
Russell Beye
e91c9e2898 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]
2016-02-18 18:33:16 -08:00
Tobias
bf73425277 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]
2016-02-18 18:18:47 -08:00
Chris Rebert
e0dfe0d24d Docs: Remove <meta name="keywords"> from <head>
Ports #18872 to v4
[skip sauce]
2016-02-18 18:08:43 -08:00
James Mosier
ba50680724 Modal docs: Added JS event handler for relatedTarget demo
Fixes #17584
Closes #17607 by merging it
2016-02-18 17:58:23 -08:00
Chris Rebert
06fac24b03 Merge pull request #19241 from twbs/carousel-indicators-width
Extract $carousel-indicators-width variable
2016-02-17 21:13:17 -08:00
Chris Rebert
105bfbc5f9 Extract $carousel-indicators-width variable
[skip sauce]
[skip validator]
2016-02-17 21:10:20 -08:00
Chris Rebert
702041e0c5 Merge pull request #19238 from twbs/dropdown-padding-y
Extract $dropdown-padding-y variable
2016-02-17 21:08:19 -08:00
Chris Rebert
1f5621f46e Extract $dropdown-padding-y variable
[skip sauce]
[skip validator]
2016-02-17 21:07:12 -08:00
Chris Rebert
90e19380e8 Merge pull request #19243 from twbs/list-group-item-heading-margin-bottom
Extract $list-group-item-heading-margin-bottom variable
2016-02-17 21:04:35 -08:00
Chris Rebert
322f3bbe6b Extract $list-group-item-heading-margin-bottom variable
[skip sauce]
[skip validator]
2016-02-17 21:04:06 -08:00
Mark Otto
bfe20c2971 Merge pull request #19242 from twbs/carousel-caption-width
Extract $carousel-caption-width variable
2016-02-17 08:55:16 -08:00
Mark Otto
13c8ecd893 Merge pull request #19239 from twbs/dropdown-margin-top
Extract $dropdown-margin-top variable
2016-02-17 08:54:47 -08:00
Mark Otto
48a338c27c Merge pull request #19237 from twbs/carousel-indicator-size
Extract $carousel-indicator{-active}-size variables
2016-02-17 08:54:25 -08:00
Patrick H. Lauke
fb1d511a2a Merge pull request #19255 from patrickhlauke/color-accessibility-callout-include
Docs: add/unify advice on contextual colors and accessibility
2016-02-17 16:48:51 +00:00
Patrick H. Lauke
cf57ec6934 Merge pull request #19259 from patrickhlauke/keyboard-navigation-focus-patch1
Replace jQuery with vanilla JS
2016-02-17 15:34:52 +00:00
Patrick H. Lauke
701b12bf58 Replace jQuery with vanilla JS 2016-02-17 15:21:02 +00:00
Chris Rebert
3c2692447c Merge pull request #19257 from twbs/fix-19147
Add $gutter parameter to make-col mixin
2016-02-17 03:25:04 -08:00
Chris Rebert
43d0d45d0a Add $gutter parameter to make-col mixin; fixes #19147
[skip sauce]
[skip validator]
2016-02-17 03:19:07 -08:00
Patrick H. Lauke
c1eb92a041 Merge pull request #19256 from patrickhlauke/label-tag-nav-fixup1
Replace "label" with "tag" in navigation
2016-02-17 11:08:43 +00:00
Patrick H. Lauke
9bc56d9b10 Replace "label" with "tag" in navigation 2016-02-17 11:06:32 +00:00
Patrick H. Lauke
40aee9325d - Conveying color meaning to AT as markdown include
- Add/replace callout for color and AT with include
2016-02-17 10:53:50 +00:00
Chris Rebert
bfe3c590df Merge pull request #19251 from twbs/navbar-brand-padding-y
Extract $navbar-brand-padding-y variable
2016-02-16 23:15:34 -08:00
Chris Rebert
38c3e6e4d1 Extract $navbar-brand-padding-y variable
[skip sauce]
[skip validator]
2016-02-16 23:11:25 -08:00
Chris Rebert
845ad69f93 Merge pull request #19250 from twbs/list-group-item-padding
Add $list-group-item-padding-{x,y} variables
2016-02-16 23:08:41 -08:00
Chris Rebert
9ee155e5f3 Merge pull request #19249 from twbs/card-columns-sm-up-column-gap
Add $card-columns-sm-up-column-gap variable
2016-02-16 23:08:24 -08:00
Chris Rebert
aa7c5f93ce Add $card-columns-sm-up-column-gap variable
[skip sauce]
[skip validator]
2016-02-16 23:00:58 -08:00
Chris Rebert
1f02ab21ee Add $list-group-item-padding-{x,y} variables
[skip sauce]
[skip validator]
2016-02-16 22:57:10 -08:00
Ameya Pandilwar
4b941847f5 _tags.scss: Updated comments to reflect name change
Erratum from #19157
Closes #19245
2016-02-16 22:51:35 -08:00
Chris Rebert
d8ac2f5de2 Merge pull request #19247 from twbs/code-padding-vars
Extract $code-padding-{x,y} variables
2016-02-16 22:49:16 -08:00
Chris Rebert
f10dc27cd4 .navbar-divider width: 1px=>$border-width
[skip sauce]
[skip validator]
2016-02-16 22:48:43 -08:00
Chris Rebert
67ecc8ca98 Extract $code-padding-{x,y} variables
[skip sauce]
[skip validator]
2016-02-16 22:45:26 -08:00
Chris Rebert
881e51d4a7 Merge pull request #19246 from twbs/code-font-size
Extract $code-font-size variable
2016-02-16 22:41:55 -08:00
Chris Rebert
0b739541b7 Merge pull request #19244 from twbs/figure-caption-font-size
Add $figure-caption-font-size variable
2016-02-16 22:37:38 -08:00
Chris Rebert
9fdae5f391 Extract $code-font-size variable
[skip sauce]
[skip validator]
2016-02-16 22:37:00 -08:00
Chris Rebert
3a4dbd9b3a Add $figure-caption-font-size variable
[skip sauce]
[skip validator]
2016-02-16 22:31:40 -08:00
Chris Rebert
cbdb043ee3 Extract $carousel-caption{-sm-up}-width variables
[skip sauce]
[skip validator]
2016-02-16 21:45:16 -08:00
Chris Rebert
79c955f019 Merge pull request #19240 from twbs/dropdown-item-padding-x
Extract $dropdown-item-padding-x variable
2016-02-16 21:21:58 -08:00
Chris Rebert
1046e27dd3 Extract $dropdown-item-padding-x variable
[skip sauce]
[skip validator]
2016-02-16 21:16:55 -08:00
Chris Rebert
dcb29fc814 Extract $dropdown-margin-top variable
[skip sauce]
[skip validator]
2016-02-16 21:13:15 -08:00
Chris Rebert
104ace17cb Extract $carousel-indicator{-active}-size variables
[skip sauce]
[skip validator]
2016-02-16 21:00:10 -08:00
Chris Rebert
ee0b3b2faa Merge pull request #19235 from twbs/carousel-control-sm-up-width
Extract $carousel-control-sm-up-width variable
2016-02-16 20:53:53 -08:00
Chris Rebert
9f85c6e1d1 Extract $carousel-control-sm-up-size variable
[skip sauce]
[skip validator]
2016-02-16 20:50:48 -08:00
Mark Otto
b6b9d4202c grunt 2016-02-16 20:34:35 -08:00
Mark Otto
63a269d78b Fixes #19142 (follow-up to #18771): Restore cursor: pointer to custom radio/checkbox components 2016-02-16 20:34:31 -08:00
Mark Otto
4d62aa41c7 update migration docs 2016-02-16 20:30:20 -08:00
Mark Otto
db9f0ce9fc grunt 2016-02-16 20:28:56 -08:00
Mark Otto
d6207d852a Merge branch 'fix-19094' of https://github.com/ameya-pandilwar/bootstrap into ameya-pandilwar-fix-19094 2016-02-16 20:28:51 -08:00
Mark Otto
a2fe2aaced Merge pull request #19116 from twbs/docs-17264
Docs: Add captions above progress bars
2016-02-16 20:26:41 -08:00
Mark Otto
e194db05c8 Merge branch 'v4-dev' into mark-padding 2016-02-16 20:25:40 -08:00
Mark Otto
aca4be6539 grunt 2016-02-16 20:24:39 -08:00