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

Unified Diff: components/dom_distiller/core/css/distilledpage.css

Issue 1125343004: Add a "Simplify Page" option to the print preview dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix for the failing tests 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/css/distilledpage.css
diff --git a/components/dom_distiller/core/css/distilledpage.css b/components/dom_distiller/core/css/distilledpage.css
index 1aff8f86c0792e7238c9b4508842206c895c9a35..488df8e0c6baf4e9600b374d36b9e23e6b8897c2 100644
--- a/components/dom_distiller/core/css/distilledpage.css
+++ b/components/dom_distiller/core/css/distilledpage.css
@@ -255,6 +255,12 @@ h6 {
width: 100%;
}
+@media print {
+ #closeReaderView {
+ display: none;
+ }
+}
+
#content {
margin: 24px 16px 24px 16px;
}

Powered by Google App Engine
This is Rietveld 408576698