Twitter Bootstrap - 移动应用程序中页脚上方不需要的空间

时间:2014-12-27 10:19:19

标签: html5 twitter-bootstrap layout

我的问题类似于这里的问题:

Bootstrap Unwanted space on the bottom of modal-footer after using the unofficial Bootstrap Modal modification

但是,我没有使用Modal,这个问题在景观模式下只会让我感到烦恼。

这是我的意思的照片(道歉)。

我完全难过了。除了上面给出的链接,我找不到与此有关的任何其他内容?

enter image description here

只是为了确认 - 想要摆脱白色空间。

这是我目前的标记:

<div style="background-color: black;">
    <nav id="TopMenuBar" class="navbar navbar-inverse navbar-fixed-top" role="navigation" style="background-color: black;">           
       my top content
    </nav>

    <div class="row mainBody" id="Contents" style="margin: 0; background-color: black;">
       my body content
    </div>

    <div id="BottomMenuBar" class="container-fluid">
       my footer content
    </div>
</div>

0 个答案:

没有答案