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 /lib | |
| 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 'lib')
| -rw-r--r-- | lib/reset.less | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/reset.less b/lib/reset.less index 200215456..28638b6b3 100644 --- a/lib/reset.less +++ b/lib/reset.less @@ -10,7 +10,11 @@ html, body { margin: 0; padding: 0; } h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: normal; font-style: normal; font-size: 100%; line-height: 1; font-family: inherit; } -table { border-collapse: collapse; border-spacing: 0; } +table { + max-width: 100%; + border-collapse: collapse; + border-spacing: 0; +} ol, ul { list-style: none; } q:before, q:after, blockquote:before, blockquote:after { content: ""; } |
