aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Oliff <[email protected]>2021-07-08 14:28:53 +0900
committerGitHub <[email protected]>2021-07-08 08:28:53 +0300
commit6c2c14d88783963d3a429198cc97d592e4c7a9e6 (patch)
tree082d676403690cd8062bd78d918db96f4a5c64ab
parent086c0bfc25cc1dcd1365f192453992e9188876b8 (diff)
downloadbootstrap-6c2c14d88783963d3a429198cc97d592e4c7a9e6.tar.xz
bootstrap-6c2c14d88783963d3a429198cc97d592e4c7a9e6.zip
Remove print thead rule (#34426)
The `thead` rule is safe to remove -- it was a workaround for browsers that didn't conform to this part of the CSS 2.1 spec. (https://www.w3.org/TR/CSS21/tables.html#table-display) In practice, this meant IE 6 & IE 7. (thanks to @mattbrundage for this PR upstream for the main.css project (https://github.com/h5bp/main.css/pull/101)
-rw-r--r--scss/_print.scss9
1 files changed, 0 insertions, 9 deletions
diff --git a/scss/_print.scss b/scss/_print.scss
index 8f73024a8..915298aaa 100644
--- a/scss/_print.scss
+++ b/scss/_print.scss
@@ -55,15 +55,6 @@
page-break-inside: avoid;
}
- //
- // Printing Tables:
- // https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
- //
-
- thead {
- display: table-header-group;
- }
-
tr,
img {
page-break-inside: avoid;