summaryrefslogtreecommitdiff
path: root/bower_components/bootstrap/components.html
diff options
context:
space:
mode:
Diffstat (limited to 'bower_components/bootstrap/components.html')
-rw-r--r--[-rwxr-xr-x]bower_components/bootstrap/components.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/bower_components/bootstrap/components.html b/bower_components/bootstrap/components.html
index 66f80e11..25ed9ea1 100755..100644
--- a/bower_components/bootstrap/components.html
+++ b/bower_components/bootstrap/components.html
@@ -2247,12 +2247,12 @@ base_url: "../"
<a class="navbar-brand" href="#">Brand</a>
</div>
<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>
</nav>
</div>
{% 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 %}