diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-17 22:49:08 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-17 22:49:08 +0000 |
commit | 8e4040197b15b7af9d1510e47a7fea1d72ec6a06 (patch) | |
tree | da150691a2b015517226459a25414291a7ed15db /chrome/browser/resources/ntp/apps.css | |
parent | e28167fdc58f234ca325b932716f59818c77d18b (diff) | |
download | chromium_src-8e4040197b15b7af9d1510e47a7fea1d72ec6a06.zip chromium_src-8e4040197b15b7af9d1510e47a7fea1d72ec6a06.tar.gz chromium_src-8e4040197b15b7af9d1510e47a7fea1d72ec6a06.tar.bz2 |
Make all font sizes in NTP percentages of their parent.
BUG=54275
TEST=Open NTP. Change font size (preferences > under the hood
> change font and language settings). All fonts on page
should change size proportionally.
Review URL: http://codereview.chromium.org/3458007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59868 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/ntp/apps.css')
-rw-r--r-- | chrome/browser/resources/ntp/apps.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/ntp/apps.css b/chrome/browser/resources/ntp/apps.css index 9c51f44..58f544a 100644 --- a/chrome/browser/resources/ntp/apps.css +++ b/chrome/browser/resources/ntp/apps.css @@ -28,7 +28,7 @@ no-repeat center 10px; background-size: 96px 96px; font-family: Helvetica, Arial; - font-size: 14px; + font-size: 107%; overflow: hidden; padding: 111px 10px 10px; /* 10 + 96 + 5 */ text-align: center; |