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

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, 5 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 9e38e56ba599138dfb2ed9601127f9f0edc5e036..eed42057edb4479e6283107a854492c89719ef12 100644
--- a/third_party/WebKit/Source/core/css/html.css
+++ b/third_party/WebKit/Source/core/css/html.css
@@ -1122,6 +1122,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