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
7d48a5b2
Commit
7d48a5b2
authored
8 years ago
by
Quy
Committed by
Heinrich Fenkart
8 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Fix carousel markup
parent
daff0215
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/components/carousel.md
+4
-4
docs/components/carousel.md
with
4 additions
and
4 deletions
+4
-4
docs/components/carousel.md
+
4
-
4
View file @
7d48a5b2
...
@@ -143,12 +143,12 @@ Add captions to your slides easily with the `.carousel-caption` element within a
...
@@ -143,12 +143,12 @@ Add captions to your slides easily with the `.carousel-caption` element within a
</div>
</div>
</div>
</div>
</div>
</div>
<a
class=
"carousel-control
carousel-control-left
"
href=
"#carouselExampleCaptions"
role=
"button"
data-slide=
"prev"
>
<a
class=
"carousel-control
-prev
"
href=
"#carouselExampleCaptions"
role=
"button"
data-slide=
"prev"
>
<span
class=
"
icon-prev
"
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>
</a>
</a>
<a
class=
"carousel-control
carousel-control-righ
t"
href=
"#carouselExampleCaptions"
role=
"button"
data-slide=
"next"
>
<a
class=
"carousel-control
-nex
t"
href=
"#carouselExampleCaptions"
role=
"button"
data-slide=
"next"
>
<span
class=
"
icon-next
"
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>
</a>
</a>
</div>
</div>
...
...
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