diff options
author | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-25 23:37:02 +0000 |
---|---|---|
committer | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-25 23:37:02 +0000 |
commit | 75b44e4c2e995aa14c918ebe12ae74621b40d864 (patch) | |
tree | 348c9667624fc1f3595dee185c46c223a0b552ec /chrome/browser/resources | |
parent | 7fe358462219dbcdd0e89011d0d5cb457ac2016a (diff) | |
download | chromium_src-75b44e4c2e995aa14c918ebe12ae74621b40d864.zip chromium_src-75b44e4c2e995aa14c918ebe12ae74621b40d864.tar.gz chromium_src-75b44e4c2e995aa14c918ebe12ae74621b40d864.tar.bz2 |
Theme the NTP attribution text
BUG=20262
TEST=Verify that the attribution 'theme created by' text matches the title color under the thumbnails
Review URL: http://codereview.chromium.org/173409
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24370 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources')
-rw-r--r-- | chrome/browser/resources/new_tab_theme.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/resources/new_tab_theme.css b/chrome/browser/resources/new_tab_theme.css index 3351e49..b59ef62c 100644 --- a/chrome/browser/resources/new_tab_theme.css +++ b/chrome/browser/resources/new_tab_theme.css @@ -63,5 +63,6 @@ body { #attribution { display : $$5; + color: $9; text-align:right; } |