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

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

Issue 9609023: css hack n' slash, continued: New styles for checkboxes and radios. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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/help/help.html
diff --git a/chrome/browser/resources/help/help.html b/chrome/browser/resources/help/help.html
index 54c9e84b41e4245414e8cd02abf81b5e5397a266..4ca9d3c8aa2a06432ec615ab50d9bbfae2491e31 100644
--- a/chrome/browser/resources/help/help.html
+++ b/chrome/browser/resources/help/help.html
@@ -3,9 +3,9 @@
<head>
<meta charset="utf-8">
<title i18n-content="helpTitle"></title>
- <link rel="stylesheet" href="../shared/css/button.css">
<link rel="stylesheet" href="../shared/css/chrome_shared2.css">
<link rel="stylesheet" href="../shared/css/overlay.css">
+ <link rel="stylesheet" href="../shared/css/widgets.css">
<link rel="stylesheet" href="../uber/uber_shared.css">
<link rel="stylesheet" href="help.css">
<link rel="stylesheet" href="more_info_overlay.css">

Powered by Google App Engine
This is Rietveld 408576698