diff options
author | arv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-06 00:20:22 +0000 |
---|---|---|
committer | arv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-06 00:20:22 +0000 |
commit | f4ec0c0da336599cf5b05e231b49b73ae4a83a8c (patch) | |
tree | 79a7bf6284fe1cbb1c7f9e1413961664d8ae2879 /chrome/browser | |
parent | 20dff44f38bdb923a75fdb80550267a47e912eea (diff) | |
download | chromium_src-f4ec0c0da336599cf5b05e231b49b73ae4a83a8c.zip chromium_src-f4ec0c0da336599cf5b05e231b49b73ae4a83a8c.tar.gz chromium_src-f4ec0c0da336599cf5b05e231b49b73ae4a83a8c.tar.bz2 |
NNTP: Minor tweak to make the Google chrome logo line up better.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/165010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22566 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r-- | chrome/browser/resources/new_new_tab.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/new_new_tab.css b/chrome/browser/resources/new_new_tab.css index b1588ae..5e28407 100644 --- a/chrome/browser/resources/new_new_tab.css +++ b/chrome/browser/resources/new_new_tab.css @@ -8,7 +8,7 @@ body { } #main { - background: url(chrome://theme/product_logo) no-repeat 0 8px; + background: url(chrome://theme/product_logo) no-repeat 0 6px; position: relative; margin: 0 auto; width: 920px; |