File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ At printing time, these styles will:
100100 that they should:
101101
102102 * ensure the table header (` <thead> ` ) is [ printed on each page spanned by the
103- table] ( http://css-discuss.incutio.com/wiki/Printing_Tables )
103+ table] ( https://web.archive.org/web/20180815150934/ http://css-discuss.incutio.com/wiki/Printing_Tables)
104104 * prevent block quotations, preformatted text, images and table rows from
105105 being split onto two different pages
106106 * ensure that headings never appear on a different page than the text they
Original file line number Diff line number Diff line change 4343 }
4444 /*
4545 * Printing Tables:
46- * http://css-discuss.incutio.com/wiki/Printing_Tables
46+ * https://web.archive.org/web/20180815150934/ http://css-discuss.incutio.com/wiki/Printing_Tables
4747 */
4848 thead {
4949 display : table-header-group;
Original file line number Diff line number Diff line change 4242 }
4343 /*
4444 * Printing Tables:
45- * http://css-discuss.incutio.com/wiki/Printing_Tables
45+ * https://web.archive.org/web/20180815150934/ http://css-discuss.incutio.com/wiki/Printing_Tables
4646 */
4747 thead {
4848 display : table-header-group;
You can’t perform that action at this time.
0 commit comments