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
c84d96ac
Commit
c84d96ac
authored
11 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
fix
#11378
parent
375b9edb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
components.html
+2
-2
components.html
with
2 additions
and
2 deletions
+2
-2
components.html
+
2
-
2
View file @
c84d96ac
...
@@ -2247,12 +2247,12 @@ base_url: "../"
...
@@ -2247,12 +2247,12 @@ base_url: "../"
<a
class=
"navbar-brand"
href=
"#"
>
Brand
</a>
<a
class=
"navbar-brand"
href=
"#"
>
Brand
</a>
</div>
</div>
<div
class=
"collapse navbar-collapse"
id=
"bs-example-navbar-collapse-5"
>
<div
class=
"collapse navbar-collapse"
id=
"bs-example-navbar-collapse-5"
>
<p
class=
"navbar-text
pull
-right"
>
Signed in as
<a
href=
"#"
class=
"navbar-link"
>
Mark Otto
</a></p>
<p
class=
"navbar-text
navbar
-right"
>
Signed in as
<a
href=
"#"
class=
"navbar-link"
>
Mark Otto
</a></p>
</div>
</div>
</nav>
</nav>
</div>
</div>
{% highlight html %}
{% highlight html %}
<p
class=
"navbar-text
pull
-right"
>
Signed in as
<a
href=
"#"
class=
"navbar-link"
>
Mark Otto
</a></p>
<p
class=
"navbar-text
navbar
-right"
>
Signed in as
<a
href=
"#"
class=
"navbar-link"
>
Mark Otto
</a></p>
{% endhighlight %}
{% endhighlight %}
...
...
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