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

Unified Diff: chrome/browser/resources/md_downloads/downloads.html

Issue 2374473003: MD Downloads: remove most deprecated CSS imports (Closed)
Patch Set: 80 col wrap Created 4 years, 3 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: chrome/browser/resources/md_downloads/downloads.html
diff --git a/chrome/browser/resources/md_downloads/downloads.html b/chrome/browser/resources/md_downloads/downloads.html
index 073fd300965b97eefb119efb074a1dcedc517482..f8a4e077ea9a748afaaaa3de9f7f84ebe558fda9 100644
--- a/chrome/browser/resources/md_downloads/downloads.html
+++ b/chrome/browser/resources/md_downloads/downloads.html
@@ -19,6 +19,11 @@
display: flex;
margin: 0;
}
+
+ :root {
+ --downloads-card-margin: 24px;
+ --downloads-card-width: 622px;
Dan Beam 2016/09/27 01:25:22 i also renamed this from "downloads-item-width" to
+ }
</style>
</head>
<body>

Powered by Google App Engine
This is Rietveld 408576698