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

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

Issue 11801031: Fix sync signed in text from being too small. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Switched to specifying text size for the element. Created 7 years, 11 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/about_welcome_android/about_welcome_android.css
diff --git a/chrome/browser/resources/about_welcome_android/about_welcome_android.css b/chrome/browser/resources/about_welcome_android/about_welcome_android.css
index 57f2e350ad48da08bfc2a66e7cd3aba0f3247fb7..7fb91b897d34aba19c26d98f6570123ee50763bd 100644
--- a/chrome/browser/resources/about_welcome_android/about_welcome_android.css
+++ b/chrome/browser/resources/about_welcome_android/about_welcome_android.css
@@ -42,6 +42,7 @@ a {
#footer {
color: #646464;
+ font-size: 16px;
Evan Stade 2013/01/09 00:41:55 this should be 1.3em because then it will depend o
Ted C 2013/01/09 00:56:55 Done.
}
#take-a-tour {
« 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