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

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: More refactors and remove tab_helpers dependency Created 5 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: 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 e1b42ff0a4218e84ba211b5811399ad098efabe1..8d4dfefb5e986c2021b644cb5aa9e48c90469058 100644
--- a/components/dom_distiller/core/css/distilledpage.css
+++ b/components/dom_distiller/core/css/distilledpage.css
@@ -174,6 +174,12 @@ h6 {
width: 100%;
}
+@media print {
+ #closeReaderView {
+ display: none;
+ }
+}
+
#content {
margin: 0.2rem 2.2%;
}

Powered by Google App Engine
This is Rietveld 408576698