Skip to content

Commit 28651d0

Browse files
authored
Merge pull request #20 from antleblanc/print-table-link
Fix print links for table section
2 parents 38dd3d3 + 9b5b641 commit 28651d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

dist/_print.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
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;

src/_print.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
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;

0 commit comments

Comments
 (0)