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

Unified Diff: components/dom_distiller/core/html/dom_distiller_viewer.html

Issue 1298583002: Fix printing distilled pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: components/dom_distiller/core/html/dom_distiller_viewer.html
diff --git a/components/dom_distiller/core/html/dom_distiller_viewer.html b/components/dom_distiller/core/html/dom_distiller_viewer.html
index 0becacd2bdc821ef45a8b1bbedbb08b4393437bc..d3071a1c397969e7ae06a13df79edecd56b1904b 100644
--- a/components/dom_distiller/core/html/dom_distiller_viewer.html
+++ b/components/dom_distiller/core/html/dom_distiller_viewer.html
@@ -85,7 +85,7 @@ found in the LICENSE file.
</div>
<a href="$6" id="closeReaderView">$7</a>
</div>
- <div id="feedbackContainer" class="footerFeedback">
+ <div id="feedbackContainer" class="footerFeedback hidden">
<div class="feedbackContent">
<div id="feedbackQuestion"></div>
<div class="feedbackButtonWrap">

Powered by Google App Engine
This is Rietveld 408576698