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

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

Issue 318723004: Test and css changes for dom_distiller inclusion of video. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 fc7b5655143e6b4c7174c81c359e5277aaa28f8b..0e04891b49304d85aaf80aee05033ed354522c87 100644
--- a/components/dom_distiller/core/css/distilledpage.css
+++ b/components/dom_distiller/core/css/distilledpage.css
@@ -4,8 +4,8 @@
@charset "utf-8";
/* Document */
body{font-family:'Open Sans',sans-serif;font-size:18px;line-height:1.4;}
-/* Don't let images bleed out of viewport. */
-img{max-width:100%;}
+/* Don't let images or video bleed out of viewport. */
+img,video{max-width:100%;}
/* Margin */
.margin-x-narrow{width:95%;}
.margin-narrow{width:85%;}

Powered by Google App Engine
This is Rietveld 408576698