summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources
diff options
context:
space:
mode:
authorglen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-25 23:37:02 +0000
committerglen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-25 23:37:02 +0000
commit75b44e4c2e995aa14c918ebe12ae74621b40d864 (patch)
tree348c9667624fc1f3595dee185c46c223a0b552ec /chrome/browser/resources
parent7fe358462219dbcdd0e89011d0d5cb457ac2016a (diff)
downloadchromium_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.css1
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;
}