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
25a90958
Commit
25a90958
authored
10 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge branch 'master' of github.com:twbs/bootstrap
parents
32affe98
2e3f1a23
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/_includes/js/carousel.html
+9
-3
docs/_includes/js/carousel.html
docs/examples/carousel/index.html
+9
-3
docs/examples/carousel/index.html
docs/examples/theme/index.html
+3
-1
docs/examples/theme/index.html
with
21 additions
and
7 deletions
+21
-7
docs/_includes/js/carousel.html
+
9
-
3
View file @
25a90958
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<li
data-target=
"#carousel-example-generic"
data-slide-to=
"1"
></li>
<li
data-target=
"#carousel-example-generic"
data-slide-to=
"1"
></li>
<li
data-target=
"#carousel-example-generic"
data-slide-to=
"2"
></li>
<li
data-target=
"#carousel-example-generic"
data-slide-to=
"2"
></li>
</ol>
</ol>
<div
class=
"carousel-inner"
>
<div
class=
"carousel-inner"
role=
"listbox"
>
<div
class=
"item active"
>
<div
class=
"item active"
>
<img
data-src=
"holder.js/900x500/auto/#777:#555/text:First slide"
alt=
"First slide"
>
<img
data-src=
"holder.js/900x500/auto/#777:#555/text:First slide"
alt=
"First slide"
>
</div>
</div>
...
@@ -23,9 +23,11 @@
...
@@ -23,9 +23,11 @@
</div>
</div>
<a
class=
"left carousel-control"
href=
"#carousel-example-generic"
role=
"button"
data-slide=
"prev"
>
<a
class=
"left carousel-control"
href=
"#carousel-example-generic"
role=
"button"
data-slide=
"prev"
>
<span
class=
"glyphicon glyphicon-chevron-left"
></span>
<span
class=
"glyphicon glyphicon-chevron-left"
></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=
"right carousel-control"
href=
"#carousel-example-generic"
role=
"button"
data-slide=
"next"
>
<span
class=
"glyphicon glyphicon-chevron-right"
></span>
<span
class=
"glyphicon glyphicon-chevron-right"
></span>
<span
class=
"sr-only"
>
Next
</span>
</a>
</a>
</div>
</div>
</div>
<!-- /example -->
</div>
<!-- /example -->
...
@@ -39,7 +41,7 @@
...
@@ -39,7 +41,7 @@
</ol>
</ol>
<!-- Wrapper for slides -->
<!-- Wrapper for slides -->
<div
class=
"carousel-inner"
>
<div
class=
"carousel-inner"
role=
"listbox"
>
<div
class=
"item active"
>
<div
class=
"item active"
>
<img
src=
"..."
alt=
"..."
>
<img
src=
"..."
alt=
"..."
>
<div
class=
"carousel-caption"
>
<div
class=
"carousel-caption"
>
...
@@ -58,9 +60,11 @@
...
@@ -58,9 +60,11 @@
<!-- Controls -->
<!-- Controls -->
<a
class=
"left carousel-control"
href=
"#carousel-example-generic"
role=
"button"
data-slide=
"prev"
>
<a
class=
"left carousel-control"
href=
"#carousel-example-generic"
role=
"button"
data-slide=
"prev"
>
<span
class=
"glyphicon glyphicon-chevron-left"
></span>
<span
class=
"glyphicon glyphicon-chevron-left"
></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=
"right carousel-control"
href=
"#carousel-example-generic"
role=
"button"
data-slide=
"next"
>
<span
class=
"glyphicon glyphicon-chevron-right"
></span>
<span
class=
"glyphicon glyphicon-chevron-right"
></span>
<span
class=
"sr-only"
>
Next
</span>
</a>
</a>
</div>
</div>
{% endhighlight %}
{% endhighlight %}
...
@@ -79,7 +83,7 @@
...
@@ -79,7 +83,7 @@
<li
data-target=
"#carousel-example-captions"
data-slide-to=
"1"
></li>
<li
data-target=
"#carousel-example-captions"
data-slide-to=
"1"
></li>
<li
data-target=
"#carousel-example-captions"
data-slide-to=
"2"
></li>
<li
data-target=
"#carousel-example-captions"
data-slide-to=
"2"
></li>
</ol>
</ol>
<div
class=
"carousel-inner"
>
<div
class=
"carousel-inner"
role=
"listbox"
>
<div
class=
"item active"
>
<div
class=
"item active"
>
<img
data-src=
"holder.js/900x500/auto/#777:#777"
alt=
"First slide image"
>
<img
data-src=
"holder.js/900x500/auto/#777:#777"
alt=
"First slide image"
>
<div
class=
"carousel-caption"
>
<div
class=
"carousel-caption"
>
...
@@ -104,9 +108,11 @@
...
@@ -104,9 +108,11 @@
</div>
</div>
<a
class=
"left carousel-control"
href=
"#carousel-example-captions"
role=
"button"
data-slide=
"prev"
>
<a
class=
"left carousel-control"
href=
"#carousel-example-captions"
role=
"button"
data-slide=
"prev"
>
<span
class=
"glyphicon glyphicon-chevron-left"
></span>
<span
class=
"glyphicon glyphicon-chevron-left"
></span>
<span
class=
"sr-only"
>
Previous
</span>
</a>
</a>
<a
class=
"right carousel-control"
href=
"#carousel-example-captions"
role=
"button"
data-slide=
"next"
>
<a
class=
"right carousel-control"
href=
"#carousel-example-captions"
role=
"button"
data-slide=
"next"
>
<span
class=
"glyphicon glyphicon-chevron-right"
></span>
<span
class=
"glyphicon glyphicon-chevron-right"
></span>
<span
class=
"sr-only"
>
Next
</span>
</a>
</a>
</div>
</div>
</div>
<!-- /example -->
</div>
<!-- /example -->
...
...
This diff is collapsed.
Click to expand it.
docs/examples/carousel/index.html
+
9
-
3
View file @
25a90958
...
@@ -81,7 +81,7 @@
...
@@ -81,7 +81,7 @@
<li
data-target=
"#myCarousel"
data-slide-to=
"1"
></li>
<li
data-target=
"#myCarousel"
data-slide-to=
"1"
></li>
<li
data-target=
"#myCarousel"
data-slide-to=
"2"
></li>
<li
data-target=
"#myCarousel"
data-slide-to=
"2"
></li>
</ol>
</ol>
<div
class=
"carousel-inner"
>
<div
class=
"carousel-inner"
role=
"listbox"
>
<div
class=
"item active"
>
<div
class=
"item active"
>
<img
src=
"data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=="
alt=
"First slide"
>
<img
src=
"data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=="
alt=
"First slide"
>
<div
class=
"container"
>
<div
class=
"container"
>
...
@@ -113,8 +113,14 @@
...
@@ -113,8 +113,14 @@
</div>
</div>
</div>
</div>
</div>
</div>
<a
class=
"left carousel-control"
href=
"#myCarousel"
role=
"button"
data-slide=
"prev"
><span
class=
"glyphicon glyphicon-chevron-left"
></span></a>
<a
class=
"left carousel-control"
href=
"#myCarousel"
role=
"button"
data-slide=
"prev"
>
<a
class=
"right carousel-control"
href=
"#myCarousel"
role=
"button"
data-slide=
"next"
><span
class=
"glyphicon glyphicon-chevron-right"
></span></a>
<span
class=
"glyphicon glyphicon-chevron-left"
></span>
<span
class=
"sr-only"
>
Previous
</span>
</a>
<a
class=
"right carousel-control"
href=
"#myCarousel"
role=
"button"
data-slide=
"next"
>
<span
class=
"glyphicon glyphicon-chevron-right"
></span>
<span
class=
"sr-only"
>
Next
</span>
</a>
</div>
<!-- /.carousel -->
</div>
<!-- /.carousel -->
...
...
This diff is collapsed.
Click to expand it.
docs/examples/theme/index.html
+
3
-
1
View file @
25a90958
...
@@ -620,7 +620,7 @@
...
@@ -620,7 +620,7 @@
<li
data-target=
"#carousel-example-generic"
data-slide-to=
"1"
></li>
<li
data-target=
"#carousel-example-generic"
data-slide-to=
"1"
></li>
<li
data-target=
"#carousel-example-generic"
data-slide-to=
"2"
></li>
<li
data-target=
"#carousel-example-generic"
data-slide-to=
"2"
></li>
</ol>
</ol>
<div
class=
"carousel-inner"
>
<div
class=
"carousel-inner"
role=
"listbox"
>
<div
class=
"item active"
>
<div
class=
"item active"
>
<img
data-src=
"holder.js/1140x500/auto/#777:#555/text:First slide"
alt=
"First slide"
>
<img
data-src=
"holder.js/1140x500/auto/#777:#555/text:First slide"
alt=
"First slide"
>
</div>
</div>
...
@@ -633,9 +633,11 @@
...
@@ -633,9 +633,11 @@
</div>
</div>
<a
class=
"left carousel-control"
href=
"#carousel-example-generic"
role=
"button"
data-slide=
"prev"
>
<a
class=
"left carousel-control"
href=
"#carousel-example-generic"
role=
"button"
data-slide=
"prev"
>
<span
class=
"glyphicon glyphicon-chevron-left"
></span>
<span
class=
"glyphicon glyphicon-chevron-left"
></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=
"right carousel-control"
href=
"#carousel-example-generic"
role=
"button"
data-slide=
"next"
>
<span
class=
"glyphicon glyphicon-chevron-right"
></span>
<span
class=
"glyphicon glyphicon-chevron-right"
></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