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
a5c2562c
Commit
a5c2562c
authored
8 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
update left/right classes on controls and add img classes
parent
94e2d80a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/components/carousel.md
+5
-5
docs/components/carousel.md
with
5 additions
and
5 deletions
+5
-5
docs/components/carousel.md
+
5
-
5
View file @
a5c2562c
...
@@ -25,20 +25,20 @@ When building carousels, be sure your slides are the same size as one another. T
...
@@ -25,20 +25,20 @@ When building carousels, be sure your slides are the same size as one another. T
</ol>
</ol>
<div
class=
"carousel-inner"
role=
"listbox"
>
<div
class=
"carousel-inner"
role=
"listbox"
>
<div
class=
"carousel-item active"
>
<div
class=
"carousel-item active"
>
<img
data-src=
"holder.js/
9
00x
5
00
/
auto
/#777:#
555
/
text
:
First slide"
alt=
"First slide"
>
<img
class=
"d-block img-fluid"
data-src=
"holder.js/
8
00x
4
00
?
auto
=yes&bg=777&fg=
555
&
text
=
First slide"
alt=
"First slide"
>
</div>
</div>
<div
class=
"carousel-item"
>
<div
class=
"carousel-item"
>
<img
data-src=
"holder.js/
9
00x
5
00
/
auto
/#666:#
444
/
text
:
Second slide"
alt=
"Second slide"
>
<img
class=
"d-block img-fluid"
data-src=
"holder.js/
8
00x
4
00
?
auto
=yes&bg=666&fg=
444
&
text
=
Second slide"
alt=
"Second slide"
>
</div>
</div>
<div
class=
"carousel-item"
>
<div
class=
"carousel-item"
>
<img
data-src=
"holder.js/
9
00x
5
00
/
auto
/#555:#
333
/
text
:
Third slide"
alt=
"Third slide"
>
<img
class=
"d-block img-fluid"
data-src=
"holder.js/
8
00x
4
00
?
auto
=yes&bg=555&fg=
333
&
text
=
Third slide"
alt=
"Third slide"
>
</div>
</div>
</div>
</div>
<a
class=
"
left
carousel-control"
href=
"#carousel-example-generic"
role=
"button"
data-slide=
"prev"
>
<a
class=
"
carousel-control
carousel-control
-left
"
href=
"#carousel-example-generic"
role=
"button"
data-slide=
"prev"
>
<span
class=
"icon-prev"
aria-hidden=
"true"
></span>
<span
class=
"icon-prev"
aria-hidden=
"true"
></span>
<span
class=
"sr-only"
>
Previous
</span>
<span
class=
"sr-only"
>
Previous
</span>
</a>
</a>
<a
class=
"
right
carousel-control"
href=
"#carousel-example-generic"
role=
"button"
data-slide=
"next"
>
<a
class=
"
carousel-control
carousel-control
-right
"
href=
"#carousel-example-generic"
role=
"button"
data-slide=
"next"
>
<span
class=
"icon-next"
aria-hidden=
"true"
></span>
<span
class=
"icon-next"
aria-hidden=
"true"
></span>
<span
class=
"sr-only"
>
Next
</span>
<span
class=
"sr-only"
>
Next
</span>
</a>
</a>
...
...
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