diff options
author | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-25 21:17:43 +0000 |
---|---|---|
committer | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-25 21:17:43 +0000 |
commit | c8559b7daaa7d9877fca1cf355baf62eb4c54668 (patch) | |
tree | c8551012cfbc0800aad09af6ed7cb08b67311935 /chrome/browser/resources/new_tab_theme.css | |
parent | ceae8579ac4d3329eec766525f976f6383678c76 (diff) | |
download | chromium_src-c8559b7daaa7d9877fca1cf355baf62eb4c54668.zip chromium_src-c8559b7daaa7d9877fca1cf355baf62eb4c54668.tar.gz chromium_src-c8559b7daaa7d9877fca1cf355baf62eb4c54668.tar.bz2 |
- Fix bug where white logo wasn't showing
- Add attribution support back to the NTP
BUG=20019
TEST=Install a theme with a white logo and attribution, and verify that both display correctly.
Review URL: http://codereview.chromium.org/173372
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24323 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/new_tab_theme.css')
-rw-r--r-- | chrome/browser/resources/new_tab_theme.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/resources/new_tab_theme.css b/chrome/browser/resources/new_tab_theme.css index b8459aa..3351e49 100644 --- a/chrome/browser/resources/new_tab_theme.css +++ b/chrome/browser/resources/new_tab_theme.css @@ -60,3 +60,8 @@ body { color: $$4; /* COLOR_NTP_SECTION_LINK */ text-decoration:underline; } + +#attribution { + display : $$5; + text-align:right; +} |