aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-03-25 01:21:47 -0700
committerMark Otto <[email protected]>2012-03-25 01:21:47 -0700
commit13ae2b0fe69edb01cd7ea32141a726e3e03fc2e3 (patch)
treefe6fb4627a61f1f6d8c52cc8c56932bf7a3aae66
parent582f4789ead572d0b7924556268a3e8248279350 (diff)
downloadbootstrap-13ae2b0fe69edb01cd7ea32141a726e3e03fc2e3.tar.xz
bootstrap-13ae2b0fe69edb01cd7ea32141a726e3e03fc2e3.zip
introduce .navbar-link to resolve issue with buttons in .navbar-text
-rw-r--r--fluid.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid.html b/fluid.html
index e51062082..651b6f2f9 100644
--- a/fluid.html
+++ b/fluid.html
@@ -50,7 +50,7 @@
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
- <p class="navbar-text pull-right">Logged in as <a href="#">username</a></p>
+ <p class="navbar-text pull-right">Logged in as <a class="navbar-link" href="#">username</a></p>
</div><!--/.nav-collapse -->
</div>
</div>