help tables not look like shit on mobile maybe? also fix bordered table example

This commit is contained in:
Mark Otto
2011-12-09 12:51:54 -08:00
parent 7b810bf9a6
commit 97b285896f
4 changed files with 9 additions and 3 deletions

3
bootstrap.css vendored
View File

@@ -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;
}