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

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

Issue 502613003: downloads/bookmarks: combine header CSS between downloads and bookmarks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: whoops Created 6 years, 4 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/downloads/downloads.html
diff --git a/chrome/browser/resources/downloads/downloads.html b/chrome/browser/resources/downloads/downloads.html
index 6d2a0f13f4d29c31576cab34fabf7c585a0745f7..837fb4b9396cca6805f987aa11bb26c6508231c2 100644
--- a/chrome/browser/resources/downloads/downloads.html
+++ b/chrome/browser/resources/downloads/downloads.html
@@ -17,7 +17,7 @@
i18n-values="placeholder:searchbutton" autofocus incremental>
</header>
<div class="main">
- <div id="downloads-summary">
+ <div class="summary" id="downloads-summary">
<span id="downloads-summary-text"></span>
<span id="downloads-actions">
<a id="open-downloads-folder" href="#"

Powered by Google App Engine
This is Rietveld 408576698