diff options
| author | Mark Otto <[email protected]> | 2012-03-25 01:21:47 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-25 01:21:47 -0700 |
| commit | 13ae2b0fe69edb01cd7ea32141a726e3e03fc2e3 (patch) | |
| tree | fe6fb4627a61f1f6d8c52cc8c56932bf7a3aae66 /fluid.html | |
| parent | 582f4789ead572d0b7924556268a3e8248279350 (diff) | |
| download | bootstrap-13ae2b0fe69edb01cd7ea32141a726e3e03fc2e3.tar.xz bootstrap-13ae2b0fe69edb01cd7ea32141a726e3e03fc2e3.zip | |
introduce .navbar-link to resolve issue with buttons in .navbar-text
Diffstat (limited to 'fluid.html')
| -rw-r--r-- | fluid.html | 2 |
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> |
