diff options
| author | Mark Otto <[email protected]> | 2011-12-09 12:51:54 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-12-09 12:51:54 -0800 |
| commit | 97b285896f50bed4a66b00a70ed67eb3224bc7f3 (patch) | |
| tree | c59087818ec8373cefe6f3b1022c8e53bed3179a /bootstrap.css | |
| parent | 7b810bf9a617e1f02e073aafcc70857dc915ee59 (diff) | |
| download | bootstrap-97b285896f50bed4a66b00a70ed67eb3224bc7f3.tar.xz bootstrap-97b285896f50bed4a66b00a70ed67eb3224bc7f3.zip | |
help tables not look like shit on mobile maybe? also fix bordered table example
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap.css b/bootstrap.css index 2180ae446..d52b96fa6 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Fri Dec 9 12:09:50 PST 2011 + * Date: Fri Dec 9 12:51:39 PST 2011 */ html, body { margin: 0; @@ -70,6 +70,7 @@ td { font-family: inherit; } table { + max-width: 100%; border-collapse: collapse; border-spacing: 0; } |
