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

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

Issue 8511046: deprecate webui.css (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: undo mistake in downloads Created 9 years, 1 month 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/history.html
diff --git a/chrome/browser/resources/history.html b/chrome/browser/resources/history.html
index 0876d4a197e7b11b7c11769c9b22f019b0ccb413..cb446138014213588158df1381a3d44b783c1892 100644
--- a/chrome/browser/resources/history.html
+++ b/chrome/browser/resources/history.html
@@ -8,7 +8,7 @@
<script src="chrome://resources/js/util.js"></script>
<script src="chrome://history/history.js"></script>
<script src="chrome://history/strings.js"></script>
-<link rel="stylesheet" href="webui.css">
+<link rel="stylesheet" href="old_webui.css">
<style>
#results-separator {
margin-top:12px;
@@ -143,8 +143,6 @@ html[dir='rtl'] .entry .title > a {
<div id="results-display"></div>
<div id="results-pagination"></div>
</div>
-<div class="footer">
-</div>
<script src="chrome://resources/js/i18n_template.js"></script>
<script src="chrome://resources/js/i18n_process.js"></script>
</body>

Powered by Google App Engine
This is Rietveld 408576698