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 | 6c5c29ada2430c884888c9138ba09b0030584d17 (patch) | |
| tree | e9c77cb1135b1925dccfcd22ce1487d01ef70482 /docs/examples | |
| parent | a7b8e52f8e08cc821d7324153885c085fad25c1a (diff) | |
| download | bootstrap-6c5c29ada2430c884888c9138ba09b0030584d17.tar.xz bootstrap-6c5c29ada2430c884888c9138ba09b0030584d17.zip | |
introduce .navbar-link to resolve issue with buttons in .navbar-text
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/fluid.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/fluid.html b/docs/examples/fluid.html index e51062082..651b6f2f9 100644 --- a/docs/examples/fluid.html +++ b/docs/examples/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> |
