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
1816483b
Commit
1816483b
authored
12 years ago
by
Robert Burns
Browse files
Options
Download
Email Patches
Plain Diff
Add carousel indicators to example
parent
e183dd46
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/examples/carousel.html
+6
-0
docs/examples/carousel.html
with
6 additions
and
0 deletions
+6
-0
docs/examples/carousel.html
+
6
-
0
View file @
1816483b
...
...
@@ -273,6 +273,12 @@ body {
<!-- Carousel
================================================== -->
<div
id=
"myCarousel"
class=
"carousel slide"
>
<!-- Indicators -->
<ol
class=
"carousel-indicators"
>
<li
data-target=
"#myCarousel"
data-slide-to=
"0"
class=
"active"
></li>
<li
data-target=
"#myCarousel"
data-slide-to=
"1"
></li>
<li
data-target=
"#myCarousel"
data-slide-to=
"2"
></li>
</ol>
<div
class=
"carousel-inner"
>
<div
class=
"item active"
>
<img
src=
"../../assets/img/examples/slide-01.jpg"
alt=
""
>
...
...
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