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

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, 4 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 5a16e5d1e92e03e0f526f0602a9f568d11c92aff..a1ce102974d29edffb7468167791535a8032f8d8 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