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
a063e1f7
Commit
a063e1f7
authored
11 years ago
by
Chris Rebert
Browse files
Options
Download
Plain Diff
Merge pull request #11349 from alefteris/examples-navbar-sr-only
Add toogle nav for screen readers in examples
parents
b6a083e7
70db2240
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
examples/carousel/index.html
+1
-0
examples/carousel/index.html
examples/jumbotron/index.html
+1
-0
examples/jumbotron/index.html
examples/navbar-fixed-top/index.html
+1
-0
examples/navbar-fixed-top/index.html
examples/navbar-static-top/index.html
+1
-0
examples/navbar-static-top/index.html
examples/navbar/index.html
+1
-0
examples/navbar/index.html
examples/offcanvas/index.html
+1
-0
examples/offcanvas/index.html
examples/starter-template/index.html
+1
-0
examples/starter-template/index.html
examples/sticky-footer-navbar/index.html
+1
-0
examples/sticky-footer-navbar/index.html
examples/theme/index.html
+3
-0
examples/theme/index.html
with
11 additions
and
0 deletions
+11
-0
examples/carousel/index.html
+
1
-
0
View file @
a063e1f7
...
...
@@ -35,6 +35,7 @@
<div
class=
"container"
>
<div
class=
"navbar-header"
>
<button
type=
"button"
class=
"navbar-toggle"
data-toggle=
"collapse"
data-target=
".navbar-collapse"
>
<span
class=
"sr-only"
>
Toggle navigation
</span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
...
...
This diff is collapsed.
Click to expand it.
examples/jumbotron/index.html
+
1
-
0
View file @
a063e1f7
...
...
@@ -32,6 +32,7 @@
<div
class=
"container"
>
<div
class=
"navbar-header"
>
<button
type=
"button"
class=
"navbar-toggle"
data-toggle=
"collapse"
data-target=
".navbar-collapse"
>
<span
class=
"sr-only"
>
Toggle navigation
</span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
...
...
This diff is collapsed.
Click to expand it.
examples/navbar-fixed-top/index.html
+
1
-
0
View file @
a063e1f7
...
...
@@ -33,6 +33,7 @@
<div
class=
"container"
>
<div
class=
"navbar-header"
>
<button
type=
"button"
class=
"navbar-toggle"
data-toggle=
"collapse"
data-target=
".navbar-collapse"
>
<span
class=
"sr-only"
>
Toggle navigation
</span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
...
...
This diff is collapsed.
Click to expand it.
examples/navbar-static-top/index.html
+
1
-
0
View file @
a063e1f7
...
...
@@ -33,6 +33,7 @@
<div
class=
"container"
>
<div
class=
"navbar-header"
>
<button
type=
"button"
class=
"navbar-toggle"
data-toggle=
"collapse"
data-target=
".navbar-collapse"
>
<span
class=
"sr-only"
>
Toggle navigation
</span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
...
...
This diff is collapsed.
Click to expand it.
examples/navbar/index.html
+
1
-
0
View file @
a063e1f7
...
...
@@ -34,6 +34,7 @@
<div
class=
"navbar navbar-default"
role=
"navigation"
>
<div
class=
"navbar-header"
>
<button
type=
"button"
class=
"navbar-toggle"
data-toggle=
"collapse"
data-target=
".navbar-collapse"
>
<span
class=
"sr-only"
>
Toggle navigation
</span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
...
...
This diff is collapsed.
Click to expand it.
examples/offcanvas/index.html
+
1
-
0
View file @
a063e1f7
...
...
@@ -31,6 +31,7 @@
<div
class=
"container"
>
<div
class=
"navbar-header"
>
<button
type=
"button"
class=
"navbar-toggle"
data-toggle=
"collapse"
data-target=
".navbar-collapse"
>
<span
class=
"sr-only"
>
Toggle navigation
</span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
...
...
This diff is collapsed.
Click to expand it.
examples/starter-template/index.html
+
1
-
0
View file @
a063e1f7
...
...
@@ -32,6 +32,7 @@
<div
class=
"container"
>
<div
class=
"navbar-header"
>
<button
type=
"button"
class=
"navbar-toggle"
data-toggle=
"collapse"
data-target=
".navbar-collapse"
>
<span
class=
"sr-only"
>
Toggle navigation
</span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
...
...
This diff is collapsed.
Click to expand it.
examples/sticky-footer-navbar/index.html
+
1
-
0
View file @
a063e1f7
...
...
@@ -36,6 +36,7 @@
<div
class=
"container"
>
<div
class=
"navbar-header"
>
<button
type=
"button"
class=
"navbar-toggle"
data-toggle=
"collapse"
data-target=
".navbar-collapse"
>
<span
class=
"sr-only"
>
Toggle navigation
</span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
...
...
This diff is collapsed.
Click to expand it.
examples/theme/index.html
+
3
-
0
View file @
a063e1f7
...
...
@@ -35,6 +35,7 @@
<div
class=
"container"
>
<div
class=
"navbar-header"
>
<button
type=
"button"
class=
"navbar-toggle"
data-toggle=
"collapse"
data-target=
".navbar-collapse"
>
<span
class=
"sr-only"
>
Toggle navigation
</span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
...
...
@@ -148,6 +149,7 @@
<div
class=
"container"
>
<div
class=
"navbar-header"
>
<button
type=
"button"
class=
"navbar-toggle"
data-toggle=
"collapse"
data-target=
".navbar-collapse"
>
<span
class=
"sr-only"
>
Toggle navigation
</span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
...
...
@@ -180,6 +182,7 @@
<div
class=
"container"
>
<div
class=
"navbar-header"
>
<button
type=
"button"
class=
"navbar-toggle"
data-toggle=
"collapse"
data-target=
".navbar-collapse"
>
<span
class=
"sr-only"
>
Toggle navigation
</span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
...
...
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