]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
document table border collapse change, move from old normalize to our reboot
authorMark Otto <markdotto@gmail.com>
Sun, 8 May 2016 20:51:25 +0000 (13:51 -0700)
committerMark Otto <markdotto@gmail.com>
Sun, 8 May 2016 20:51:25 +0000 (13:51 -0700)
docs/content/reboot.md
scss/_reboot.scss

index 9df0a7559944268db7a6ab3d8934f93b2e788958..20a76c82cb80fe1e2491dcaa6bdda34d6c8e61d5 100644 (file)
@@ -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>
index deb9613cc60c47a368af5e1a767dd86f64693d52..7c74b978e1774ffefa2bffaa65302cdf3ccce17d 100644 (file)
@@ -268,6 +268,8 @@ textarea {
 //
 
 table {
+  // No longer part of Normalize since v4
+  border-collapse: collapse;
   // Reset for nesting within parents with `background-color`.
   background-color: $table-bg;
 }