Skip to content

Commit

Permalink
Merge pull request #20 from antleblanc/print-table-link
Browse files Browse the repository at this point in the history
Fix print links for table section
  • Loading branch information
roblarsen committed Apr 13, 2019
2 parents 38dd3d3 + 9b5b641 commit 28651d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -100,7 +100,7 @@ At printing time, these styles will:
that they should:

* ensure the table header (`<thead>`) is [printed on each page spanned by the
table](http://css-discuss.incutio.com/wiki/Printing_Tables)
table](https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables)
* prevent block quotations, preformatted text, images and table rows from
being split onto two different pages
* ensure that headings never appear on a different page than the text they
Expand Down
2 changes: 1 addition & 1 deletion dist/_print.css
Expand Up @@ -43,7 +43,7 @@
}
/*
* Printing Tables:
* http://css-discuss.incutio.com/wiki/Printing_Tables
* https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead {
display: table-header-group;
Expand Down
2 changes: 1 addition & 1 deletion src/_print.css
Expand Up @@ -42,7 +42,7 @@
}
/*
* Printing Tables:
* http://css-discuss.incutio.com/wiki/Printing_Tables
* https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead {
display: table-header-group;
Expand Down

0 comments on commit 28651d0

Please sign in to comment.