Chromium Code Reviews| 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%; |
| } |