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

Unified Diff: chrome/browser/resources/sync_setup_overlay.css

Issue 10692091: Make help links inside signin box labels non bold (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move style block down Created 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/sync_setup_overlay.css
diff --git a/chrome/browser/resources/sync_setup_overlay.css b/chrome/browser/resources/sync_setup_overlay.css
index 37ecb5d8554c42dd756e8057fd274293bfcaacce..7c92d9e398aff056848a26c8168e2f47194c73f7 100644
--- a/chrome/browser/resources/sync_setup_overlay.css
+++ b/chrome/browser/resources/sync_setup_overlay.css
@@ -460,6 +460,11 @@ html[dir='rtl'] .signin-box input[type=password] {
font-weight: bold;
}
+/* The help links inside the signin box labels should use a normal font. */
+.signin-box label a {
+ font-weight: normal;
+}
+
/* Sign in miscellaneous. */
.signin-box .throbber {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698