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

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

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
Index: chrome/browser/resources/options/handler_options.css
diff --git a/chrome/browser/resources/options/handler_options.css b/chrome/browser/resources/options/handler_options.css
index 77b2313a95e545f1a6f277272e63ca4ea8bf6b83..2ad5fa54e97328a865b9b910283d939c58399d1a 100644
--- a/chrome/browser/resources/options/handler_options.css
+++ b/chrome/browser/resources/options/handler_options.css
@@ -6,6 +6,8 @@
.handlers-column-headers {
display: -webkit-box;
+ font-size: 13px;
+ font-weight: bold;
}
.handlers-type-column {
@@ -15,7 +17,6 @@
}
.handlers-site-column {
- color: #555;
max-width: 180px;
}

Powered by Google App Engine
This is Rietveld 408576698