Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Unified Diff: third_party/WebKit/Source/core/css/html.css

Issue 2584143003: Repeat footers in paginated context (Closed)
Patch Set: bug 656232 Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/css/html.css
diff --git a/third_party/WebKit/Source/core/css/html.css b/third_party/WebKit/Source/core/css/html.css
index 57e64fe9a0e18d92012c16b8c10900ae30f0f78e..1acd4ea9e3a3fff6bd14f845db3370dce2b42b2c 100644
--- a/third_party/WebKit/Source/core/css/html.css
+++ b/third_party/WebKit/Source/core/css/html.css
@@ -1118,6 +1118,7 @@ slot {
/* Allows thead sections to print at the top of each page. */
@media print {
thead { break-inside:avoid; }
+ tfoot { break-inside:avoid; }
}
/* noscript is handled internally, as it depends on settings. */

Powered by Google App Engine
This is Rietveld 408576698