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
a0726e60
Commit
a0726e60
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
add type attr
parent
e6d6fcff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/docs.html
+2
-2
docs/docs.html
with
2 additions
and
2 deletions
+2
-2
docs/docs.html
+
2
-
2
View file @
a0726e60
...
...
@@ -3506,7 +3506,7 @@ For example, <code><section></code> should be wrapped as inline.
<div
class=
"bs-docs-example"
>
<div
class=
"navbar"
>
<div
class=
"container"
>
<button
class=
"navbar-toggle"
data-toggle=
"collapse"
data-target=
".navbar-responsive-collapse"
>
<button
type=
"button"
class=
"navbar-toggle"
data-toggle=
"collapse"
data-target=
".navbar-responsive-collapse"
>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
...
...
@@ -3556,7 +3556,7 @@ For example, <code><section></code> should be wrapped as inline.
<div
class=
"container"
>
<!-- .navbar-toggle is used as the toggle for collapsed navbar content -->
<button
class=
"navbar-toggle"
data-toggle=
"collapse"
data-target=
".navbar-responsive-collapse"
>
<button
type=
"button"
class=
"navbar-toggle"
data-toggle=
"collapse"
data-target=
".navbar-responsive-collapse"
>
<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