从http://twitter.github.com/bootstrap/#tables可以看出,默认表格样式包含行行。
问候,
table td { border-top: none !important; }
对于较新版本的引导使用:
.table th,.table td { border-top: none !important; }