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 a71a8144bc89f55dafe4d18af1338b495ac9fbc3..fc7b5655143e6b4c7174c81c359e5277aaa28f8b 100644 |
| --- a/components/dom_distiller/core/css/distilledpage.css |
| +++ b/components/dom_distiller/core/css/distilledpage.css |
| @@ -14,3 +14,6 @@ img{max-width:100%;} |
| .margin-x-wide{width:35%;} |
| /* Override html styling attributes */ |
| table,tr,td{background-color:transparent!important;} |
| + |
| +.hidden{display:none} |
|
Yaron
2014/05/07 05:04:30
note to self: should probably namespace these to a
|
| +.visible{display:block} |