diff options
author | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-26 00:32:11 +0000 |
---|---|---|
committer | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-26 00:32:11 +0000 |
commit | 61a523f378291307081d46277cca5dd087fb30ac (patch) | |
tree | 76a60b79fafd0f01c2e94b5740db63e88cd9ef99 /chrome/browser/resources/new_new_tab.css | |
parent | 5bbf2884b6ff9466d95e3c6f177ebb7a39b70268 (diff) | |
download | chromium_src-61a523f378291307081d46277cca5dd087fb30ac.zip chromium_src-61a523f378291307081d46277cca5dd087fb30ac.tar.gz chromium_src-61a523f378291307081d46277cca5dd087fb30ac.tar.bz2 |
Add single line of tips to NNTP.
BUG= http://crbug.com/19162
TEST= Start browser with NNTP, note line of tips at bottom.
Review URL: http://codereview.chromium.org/173087
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24384 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/new_new_tab.css')
-rw-r--r-- | chrome/browser/resources/new_new_tab.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/browser/resources/new_new_tab.css b/chrome/browser/resources/new_new_tab.css index c2ce487..a2af6fb0 100644 --- a/chrome/browser/resources/new_new_tab.css +++ b/chrome/browser/resources/new_new_tab.css @@ -682,6 +682,13 @@ html[dir='rtl'] #t4 { top: 183px; } +/* tip line */ +#tip-line { + margin-top: 40px; + margin-bottom: 10px; + text-align: center; +} + /* small */ @media (max-width: 920px) { |