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

Unified Diff: chrome/browser/resources/policy.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/policy.html
diff --git a/chrome/browser/resources/policy.html b/chrome/browser/resources/policy.html
index c181188d2bd471b74737d3e427486aeaf560dce3..8f7349e4b04c7d2626339c6b8f4dd6435dc58311 100644
--- a/chrome/browser/resources/policy.html
+++ b/chrome/browser/resources/policy.html
@@ -5,7 +5,6 @@
<title i18n-content="policyTitle"></title>
<link rel="stylesheet" href="chrome://resources/css/button.css">
<link rel="stylesheet" href="policy.css">
-<link rel="stylesheet" href="webui.css">
<script src="chrome://policy/strings.js"></script>
<script src="chrome://resources/js/cr.js"></script>
<script src="chrome://resources/js/cr/ui.js"></script>
@@ -16,9 +15,7 @@
<script src="policy.js"></script>
</head>
<body i18n-values=".style.fontFamily:fontfamily; .style.fontSize:fontsize">
- <div class="header">
- <h1 id="about-policy-title" i18n-content="policyTitle"></h1>
- </div>
+ <h1 id="about-policy-title" i18n-content="policyTitle"></h1>
<div id="main-content">
<div id="data-template">
<section id="status-section" jsselect="status" hidden

Powered by Google App Engine
This is Rietveld 408576698