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 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; |
| } |