Skip to content
GitLab
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
8ad30ff8
Commit
8ad30ff8
authored
8 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
rename in docs
parent
5c93cb7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/components/carousel.md
+2
-2
docs/components/carousel.md
with
2 additions
and
2 deletions
+2
-2
docs/components/carousel.md
+
2
-
2
View file @
8ad30ff8
...
@@ -60,11 +60,11 @@ Adding in the previous and next controls:
...
@@ -60,11 +60,11 @@ Adding in the previous and next controls:
</div>
</div>
</div>
</div>
<a
class=
"carousel-control carousel-control-left"
href=
"#carouselExampleControls"
role=
"button"
data-slide=
"prev"
>
<a
class=
"carousel-control carousel-control-left"
href=
"#carouselExampleControls"
role=
"button"
data-slide=
"prev"
>
<span
class=
"icon-prev"
aria-hidden=
"true"
></span>
<span
class=
"
carousel-control-
icon-prev"
aria-hidden=
"true"
></span>
<span
class=
"sr-only"
>
Previous
</span>
<span
class=
"sr-only"
>
Previous
</span>
</a>
</a>
<a
class=
"carousel-control carousel-control-right"
href=
"#carouselExampleControls"
role=
"button"
data-slide=
"next"
>
<a
class=
"carousel-control carousel-control-right"
href=
"#carouselExampleControls"
role=
"button"
data-slide=
"next"
>
<span
class=
"icon-next"
aria-hidden=
"true"
></span>
<span
class=
"
carousel-control-
icon-next"
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