diff options
| author | Mark Otto <[email protected]> | 2011-09-02 23:09:59 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-02 23:09:59 -0700 |
| commit | 168551cd4f2139bbd050864c4231baa7e7b796dc (patch) | |
| tree | 14c54a2c3409fb32cba61598a68a054e460d8889 /examples/fluid.html | |
| parent | 4dbd2334bd8156b7621e11c19a411db1308821d8 (diff) | |
| download | bootstrap-168551cd4f2139bbd050864c4231baa7e7b796dc.tar.xz bootstrap-168551cd4f2139bbd050864c4231baa7e7b796dc.zip | |
adding link support to regular text in the topbar
Diffstat (limited to 'examples/fluid.html')
| -rw-r--r-- | examples/fluid.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/fluid.html b/examples/fluid.html index 63ffc75ef..7e9fed0c3 100644 --- a/examples/fluid.html +++ b/examples/fluid.html @@ -37,7 +37,7 @@ <li><a href="#about">About</a></li> <li><a href="#contact">Contact</a></li> </ul> - <p class="pull-right">Logged in as username</p> + <p class="pull-right">Logged in as <a href="#">username</a></p> </div> </div> </div> |
