diff options
| -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> |
