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

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

Issue 260073009: [dom_distiller] Add support for incremental viewer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 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 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}
+.visible{display:block}

Powered by Google App Engine
This is Rietveld 408576698