twitter bootstrap和cotainer没有以表

时间:2015-06-11 12:00:32

标签: html css twitter-bootstrap

我有以下dhtml骨架

<div class="content">
    <div class="container">
        <div class="pull-right">
            <a class="btn btn-primary" href="#">Press me</a>
        </div>
        <table class="table table-condensed table-bordered">
        </table>
    </div>
</div>

我希望表格在页面上居中。我正在使用最新版本的bootstrap。我的桌子是一张非常宽的桌子。我的chrome dev控制台上显示的div的大小是。

.content: 1583x3803
.container: 1170x3803 (with 206.5 margin left and right)
.table: 1334x3753

所以我看到我的桌子需要比容器更多的空间。我认为容器根据它们的大小来居中。有没有办法制作我的桌子,无论它的宽度总是居中在div内?

0 个答案:

没有答案