Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
8ebd6d95
Unverified
Commit
8ebd6d95
authored
3 years ago
by
Julien Déramond
Committed by
GitHub
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Remove extra spaces in Markdown files (#35047)
parent
bdab9486
v4-dev-dropdown-hide-method
v4-dev
v4.6.2
v4.6.1
1 merge request
!36532
My v4 dev
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/CONTRIBUTING.md
+1
-1
.github/CONTRIBUTING.md
site/content/docs/4.6/components/carousel.md
+10
-10
site/content/docs/4.6/components/carousel.md
with
11 additions
and
11 deletions
+11
-11
.github/CONTRIBUTING.md
+
1
-
1
View file @
8ebd6d95
...
@@ -18,7 +18,7 @@ the preferred channel for [bug reports](#bug-reports), [features requests](#feat
...
@@ -18,7 +18,7 @@ the preferred channel for [bug reports](#bug-reports), [features requests](#feat
and
[
submitting pull requests
](
#pull-requests
)
, but please respect the following
and
[
submitting pull requests
](
#pull-requests
)
, but please respect the following
restrictions:
restrictions:
*
Please
**do not**
use the issue tracker for personal support requests.
Stack
*
Please
**do not**
use the issue tracker for personal support requests. Stack
Overflow (
[
`bootstrap-4`
](
https://stackoverflow.com/questions/tagged/bootstrap-4
)
tag),
Overflow (
[
`bootstrap-4`
](
https://stackoverflow.com/questions/tagged/bootstrap-4
)
tag),
[
Slack
](
https://bootstrap-slack.herokuapp.com/
)
or
[
IRC
](
/README.md#community
)
are better places to get help.
[
Slack
](
https://bootstrap-slack.herokuapp.com/
)
or
[
IRC
](
/README.md#community
)
are better places to get help.
...
...
This diff is collapsed.
Click to expand it.
site/content/docs/4.6/components/carousel.md
+
10
-
10
View file @
8ebd6d95
...
@@ -63,11 +63,11 @@ Adding in the previous and next controls. We recommend using `<button>` elements
...
@@ -63,11 +63,11 @@ Adding in the previous and next controls. We recommend using `<button>` elements
{{
<
placeholder
width=
"800"
height=
"400"
class=
"bd-placeholder-img-lg d-block w-100"
color=
"#333"
background=
"#555"
text=
"Third slide"
>
}}
{{
<
placeholder
width=
"800"
height=
"400"
class=
"bd-placeholder-img-lg d-block w-100"
color=
"#333"
background=
"#555"
text=
"Third slide"
>
}}
</div>
</div>
</div>
</div>
<button
class=
"carousel-control-prev"
type=
"button"
data-target=
"#carouselExampleControls"
data-slide=
"prev"
>
<button
class=
"carousel-control-prev"
type=
"button"
data-target=
"#carouselExampleControls"
data-slide=
"prev"
>
<span
class=
"carousel-control-prev-icon"
aria-hidden=
"true"
></span>
<span
class=
"carousel-control-prev-icon"
aria-hidden=
"true"
></span>
<span
class=
"sr-only"
>
Previous
</span>
<span
class=
"sr-only"
>
Previous
</span>
</button>
</button>
<button
class=
"carousel-control-next"
type=
"button"
data-target=
"#carouselExampleControls"
data-slide=
"next"
>
<button
class=
"carousel-control-next"
type=
"button"
data-target=
"#carouselExampleControls"
data-slide=
"next"
>
<span
class=
"carousel-control-next-icon"
aria-hidden=
"true"
></span>
<span
class=
"carousel-control-next-icon"
aria-hidden=
"true"
></span>
<span
class=
"sr-only"
>
Next
</span>
<span
class=
"sr-only"
>
Next
</span>
</button>
</button>
...
@@ -96,11 +96,11 @@ You can also add the indicators to the carousel, alongside the controls, too.
...
@@ -96,11 +96,11 @@ You can also add the indicators to the carousel, alongside the controls, too.
{{
<
placeholder
width=
"800"
height=
"400"
class=
"bd-placeholder-img-lg d-block w-100"
color=
"#333"
background=
"#555"
text=
"Third slide"
>
}}
{{
<
placeholder
width=
"800"
height=
"400"
class=
"bd-placeholder-img-lg d-block w-100"
color=
"#333"
background=
"#555"
text=
"Third slide"
>
}}
</div>
</div>
</div>
</div>
<button
class=
"carousel-control-prev"
type=
"button"
data-target=
"#carouselExampleIndicators"
data-slide=
"prev"
>
<button
class=
"carousel-control-prev"
type=
"button"
data-target=
"#carouselExampleIndicators"
data-slide=
"prev"
>
<span
class=
"carousel-control-prev-icon"
aria-hidden=
"true"
></span>
<span
class=
"carousel-control-prev-icon"
aria-hidden=
"true"
></span>
<span
class=
"sr-only"
>
Previous
</span>
<span
class=
"sr-only"
>
Previous
</span>
</button>
</button>
<button
class=
"carousel-control-next"
type=
"button"
data-target=
"#carouselExampleIndicators"
data-slide=
"next"
>
<button
class=
"carousel-control-next"
type=
"button"
data-target=
"#carouselExampleIndicators"
data-slide=
"next"
>
<span
class=
"carousel-control-next-icon"
aria-hidden=
"true"
></span>
<span
class=
"carousel-control-next-icon"
aria-hidden=
"true"
></span>
<span
class=
"sr-only"
>
Next
</span>
<span
class=
"sr-only"
>
Next
</span>
</button>
</button>
...
@@ -141,11 +141,11 @@ Add captions to your slides easily with the `.carousel-caption` element within a
...
@@ -141,11 +141,11 @@ Add captions to your slides easily with the `.carousel-caption` element within a
</div>
</div>
</div>
</div>
</div>
</div>
<button
class=
"carousel-control-prev"
type=
"button"
data-target=
"#carouselExampleCaptions"
data-slide=
"prev"
>
<button
class=
"carousel-control-prev"
type=
"button"
data-target=
"#carouselExampleCaptions"
data-slide=
"prev"
>
<span
class=
"carousel-control-prev-icon"
aria-hidden=
"true"
></span>
<span
class=
"carousel-control-prev-icon"
aria-hidden=
"true"
></span>
<span
class=
"sr-only"
>
Previous
</span>
<span
class=
"sr-only"
>
Previous
</span>
</button>
</button>
<button
class=
"carousel-control-next"
type=
"button"
data-target=
"#carouselExampleCaptions"
data-slide=
"next"
>
<button
class=
"carousel-control-next"
type=
"button"
data-target=
"#carouselExampleCaptions"
data-slide=
"next"
>
<span
class=
"carousel-control-next-icon"
aria-hidden=
"true"
></span>
<span
class=
"carousel-control-next-icon"
aria-hidden=
"true"
></span>
<span
class=
"sr-only"
>
Next
</span>
<span
class=
"sr-only"
>
Next
</span>
</button>
</button>
...
@@ -169,11 +169,11 @@ Add `.carousel-fade` to your carousel to animate slides with a fade transition i
...
@@ -169,11 +169,11 @@ Add `.carousel-fade` to your carousel to animate slides with a fade transition i
{{
<
placeholder
width=
"800"
height=
"400"
class=
"bd-placeholder-img-lg d-block w-100"
color=
"#333"
background=
"#555"
text=
"Third slide"
>
}}
{{
<
placeholder
width=
"800"
height=
"400"
class=
"bd-placeholder-img-lg d-block w-100"
color=
"#333"
background=
"#555"
text=
"Third slide"
>
}}
</div>
</div>
</div>
</div>
<button
class=
"carousel-control-prev"
type=
"button"
data-target=
"#carouselExampleFade"
data-slide=
"prev"
>
<button
class=
"carousel-control-prev"
type=
"button"
data-target=
"#carouselExampleFade"
data-slide=
"prev"
>
<span
class=
"carousel-control-prev-icon"
aria-hidden=
"true"
></span>
<span
class=
"carousel-control-prev-icon"
aria-hidden=
"true"
></span>
<span
class=
"sr-only"
>
Previous
</span>
<span
class=
"sr-only"
>
Previous
</span>
</button>
</button>
<button
class=
"carousel-control-next"
type=
"button"
data-target=
"#carouselExampleFade"
data-slide=
"next"
>
<button
class=
"carousel-control-next"
type=
"button"
data-target=
"#carouselExampleFade"
data-slide=
"next"
>
<span
class=
"carousel-control-next-icon"
aria-hidden=
"true"
></span>
<span
class=
"carousel-control-next-icon"
aria-hidden=
"true"
></span>
<span
class=
"sr-only"
>
Next
</span>
<span
class=
"sr-only"
>
Next
</span>
</button>
</button>
...
@@ -197,11 +197,11 @@ Add `data-interval=""` to a `.carousel-item` to change the amount of time to del
...
@@ -197,11 +197,11 @@ Add `data-interval=""` to a `.carousel-item` to change the amount of time to del
{{
<
placeholder
width=
"800"
height=
"400"
class=
"bd-placeholder-img-lg d-block w-100"
color=
"#333"
background=
"#555"
text=
"Third slide"
>
}}
{{
<
placeholder
width=
"800"
height=
"400"
class=
"bd-placeholder-img-lg d-block w-100"
color=
"#333"
background=
"#555"
text=
"Third slide"
>
}}
</div>
</div>
</div>
</div>
<button
class=
"carousel-control-prev"
type=
"button"
data-target=
"#carouselExampleInterval"
data-slide=
"prev"
>
<button
class=
"carousel-control-prev"
type=
"button"
data-target=
"#carouselExampleInterval"
data-slide=
"prev"
>
<span
class=
"carousel-control-prev-icon"
aria-hidden=
"true"
></span>
<span
class=
"carousel-control-prev-icon"
aria-hidden=
"true"
></span>
<span
class=
"sr-only"
>
Previous
</span>
<span
class=
"sr-only"
>
Previous
</span>
</button>
</button>
<button
class=
"carousel-control-next"
type=
"button"
data-target=
"#carouselExampleInterval"
data-slide=
"next"
>
<button
class=
"carousel-control-next"
type=
"button"
data-target=
"#carouselExampleInterval"
data-slide=
"next"
>
<span
class=
"carousel-control-next-icon"
aria-hidden=
"true"
></span>
<span
class=
"carousel-control-next-icon"
aria-hidden=
"true"
></span>
<span
class=
"sr-only"
>
Next
</span>
<span
class=
"sr-only"
>
Next
</span>
</button>
</button>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets