diff options
| author | Mark Otto <[email protected]> | 2013-08-19 00:45:20 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-19 00:45:20 -0700 |
| commit | ea3fa72f1df7a47f67177913389af6c1ca34ecf0 (patch) | |
| tree | d10221b20ded89af7c4ea5c4538cfb0f1e479fb8 /assets/css/docs.css | |
| parent | 08d19af710809bb0ac891e4973f451577fde5154 (diff) | |
| download | bootstrap-ea3fa72f1df7a47f67177913389af6c1ca34ecf0.tar.xz bootstrap-ea3fa72f1df7a47f67177913389af6c1ca34ecf0.zip | |
Clarify responsive tables and tuck margin
Diffstat (limited to 'assets/css/docs.css')
| -rw-r--r-- | assets/css/docs.css | 3 |
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 { |
