我在 html 文件中有以下代码:
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container-fluid">
<a href="index.html" class="brand">Hello Bootstrap</a>
<p class="navbar-text pull-right">This is first notice.</p><br/>
<p class="navbar-text pull-right">This is second notice. </p>
</div>
</div>
</div>
我得到这样的输出:
请注意,“这是第二个通知”相对于它上面的行没有正确对齐。我试图让这两个通知彼此正确对齐。
我也尝试<br/>
从上面的代码中删除,但我得到以下输出:
有人可以指出我做错了什么吗?
JSFiddle:http: //jsfiddle.net/N6vGZ/23/