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

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: added test 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}
Yaron 2014/05/07 05:04:30 note to self: should probably namespace these to a
+.visible{display:block}
« no previous file with comments | « components/dom_distiller/content/resources/dom_distiller_viewer.js ('k') | components/dom_distiller/core/distiller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698