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
3233155b
Commit
3233155b
authored
12 years ago
by
Robert Burns
Browse files
Options
Download
Email Patches
Plain Diff
Fix responsive view for inverted navbar example
parent
7e31bea1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/docs.html
+5
-5
docs/docs.html
with
5 additions
and
5 deletions
+5
-5
docs/docs.html
+
5
-
5
View file @
3233155b
...
...
@@ -3587,13 +3587,13 @@ For example, <code><section></code> should be wrapped as inline.
<h2>
Inverted variation
</h2>
<p>
Modify the look of the navbar by adding
<code>
.navbar-inverse
</code>
.
</p>
<div
class=
"bs-docs-example"
>
<div
class=
"navbar navbar-inverse"
style=
"position: static;"
>
<div
class=
"navbar navbar-inverse"
>
<div
class=
"container"
>
<
a
class=
"navbar-toggle"
data-toggle=
"collapse"
data-target=
".navbar-inverse-collapse"
>
<
button
type=
"button"
class=
"navbar-toggle"
data-toggle=
"collapse"
data-target=
".navbar-inverse-collapse"
>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
</
a
>
</
button
>
<a
class=
"navbar-brand"
href=
"#"
>
Title
</a>
<div
class=
"nav-collapse collapse navbar-inverse-collapse"
>
<ul
class=
"nav"
>
...
...
@@ -3631,8 +3631,8 @@ For example, <code><section></code> should be wrapped as inline.
</li>
</ul>
</div>
<!-- /.nav-collapse -->
</div>
</div>
<!-- /navbar -->
</div>
<!-- /.container -->
</div>
<!-- /
.
navbar -->
</div>
<!-- /example -->
{% highlight html linenos %}
<div
class=
"navbar navbar-inverse"
>
...
...
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