aboutsummaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-19 00:45:20 -0700
committerMark Otto <[email protected]>2013-08-19 00:45:20 -0700
commitea3fa72f1df7a47f67177913389af6c1ca34ecf0 (patch)
treed10221b20ded89af7c4ea5c4538cfb0f1e479fb8 /assets/css
parent08d19af710809bb0ac891e4973f451577fde5154 (diff)
downloadbootstrap-ea3fa72f1df7a47f67177913389af6c1ca34ecf0.tar.xz
bootstrap-ea3fa72f1df7a47f67177913389af6c1ca34ecf0.zip
Clarify responsive tables and tuck margin
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/docs.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/css/docs.css b/assets/css/docs.css
index 2748c925c..1f733a1b4 100644
--- a/assets/css/docs.css
+++ b/assets/css/docs.css
@@ -633,7 +633,8 @@ h1[id] {
.bs-example > .panel:last-child,
.bs-example > .list-group:last-child,
.bs-example > .well:last-child,
-.bs-example > .progress:last-child {
+.bs-example > .progress:last-child,
+.bs-example > .table-responsive:last-child > .table {
margin-bottom: 0;
}
.bs-example > p > .close {