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

Unified Diff: chrome/browser/resources/options/handler_options.html

Issue 7524020: Make the headers for protocol handler settings the same size as other headers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 5 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
« no previous file with comments | « chrome/browser/resources/options/handler_options.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/handler_options.html
diff --git a/chrome/browser/resources/options/handler_options.html b/chrome/browser/resources/options/handler_options.html
index 2a77105def9ee76f4896642977369083a0051835..21284ca3bed2797197991d2c821754656320129d 100644
--- a/chrome/browser/resources/options/handler_options.html
+++ b/chrome/browser/resources/options/handler_options.html
@@ -3,10 +3,10 @@
<h3 i18n-content="handlers_active_heading"></h3>
<div class="handlers-column-headers">
<div class="handlers-type-column">
- <h3 i18n-content="handlers_type_column_header"></h3>
+ <div i18n-content="handlers_type_column_header"></div>
James Hawkins 2011/08/02 01:29:31 If these really are headers, then they should rema
</div>
<div class="handlers-site-column">
- <h3 i18n-content="handlers_site_column_header"></h3>
+ <div i18n-content="handlers_site_column_header"></div>
</div>
<div class="handlers-remove-column"></div>
</div>
« no previous file with comments | « chrome/browser/resources/options/handler_options.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698