diff options
| author | Mark Otto <[email protected]> | 2016-05-08 13:51:25 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-05-08 13:51:25 -0700 |
| commit | ce249a555c8601e5d6a945c8438a930b903fb152 (patch) | |
| tree | 2caf9209a39490aaecf99466e9f0448c6b2b2a28 /docs | |
| parent | 69219d42718a332fcc952bfb8d3b0f540241d678 (diff) | |
| download | bootstrap-ce249a555c8601e5d6a945c8438a930b903fb152.tar.xz bootstrap-ce249a555c8601e5d6a945c8438a930b903fb152.zip | |
document table border collapse change, move from old normalize to our reboot
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/content/reboot.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/reboot.md b/docs/content/reboot.md index 9df0a7559..20a76c82c 100644 --- a/docs/content/reboot.md +++ b/docs/content/reboot.md @@ -148,7 +148,7 @@ The `<pre>` element is reset to remove its `margin-top` and use `rem` units for ## Tables -Tables are slightly adjusted to style `<caption>`s and ensure consistent `text-align` throughout. Additional changes for borders, padding, and more come with [the `.table` class]({{ site.baseurl }}/content/tables/). +Tables are slightly adjusted to style `<caption>`s, collapse borders, and ensure consistent `text-align` throughout. Additional changes for borders, padding, and more come with [the `.table` class]({{ site.baseurl }}/content/tables/). <div class="bd-example"> <table> |
