Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
25a90958
Commit
25a90958
authored
Jul 07, 2014
by
Mark Otto
Browse files
Options
Browse Files
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
with
21 additions
and
7 deletions
+21
-7
docs/_includes/js/carousel.html
docs/_includes/js/carousel.html
+9
-3
docs/examples/carousel/index.html
docs/examples/carousel/index.html
+9
-3
docs/examples/theme/index.html
docs/examples/theme/index.html
+3
-1
No files found.
docs/_includes/js/carousel.html
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 -->
...
...
docs/examples/carousel/index.html
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 -->
...
...
docs/examples/theme/index.html
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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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