diff options
author | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-18 03:23:33 +0000 |
---|---|---|
committer | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-18 03:23:33 +0000 |
commit | 1df50c8de4ca23b55ac99e26497fe8ba5864b6f3 (patch) | |
tree | 572ce80a9d0d7270222b45ebd2ab801a90fc428d /chrome/browser/resources | |
parent | c8ced031ff61f75ebe05b3ac4d2a27ab8936fc18 (diff) | |
download | chromium_src-1df50c8de4ca23b55ac99e26497fe8ba5864b6f3.zip chromium_src-1df50c8de4ca23b55ac99e26497fe8ba5864b6f3.tar.gz chromium_src-1df50c8de4ca23b55ac99e26497fe8ba5864b6f3.tar.bz2 |
Allow the tiling of theme background images on the NTP.
BUG= http://crbug/com/15796
TEST= Add a property for tiling to a theme manifest.json. Observe that the theme image is tiled on the NTP.
Review URL: http://codereview.chromium.org/149741
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21039 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources')
-rw-r--r-- | chrome/browser/resources/new_tab_theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/new_tab_theme.css b/chrome/browser/resources/new_tab_theme.css index ff36f52..820649d 100644 --- a/chrome/browser/resources/new_tab_theme.css +++ b/chrome/browser/resources/new_tab_theme.css @@ -2,7 +2,7 @@ html { background-image:url(chrome://theme/theme_ntp_background?$1); background-color:$2; background-position:$3; - background-repeat:no-repeat; + background-repeat:$$1; overflow:hidden; } html[bookmarkbarattached='true'] { |