diff options
author | vdigital <vdigital@piwigo.org> | 2007-02-13 23:31:01 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-02-13 23:31:01 +0000 |
commit | 03911f5aa32d4dd65d85b7dd81379fedd27bbef5 (patch) | |
tree | 7a9b89fd748b3062c2ba4dcf6dc82c85c1953613 /template/yoga/theme/p0w0/mail-css.tpl | |
parent | dcc509b7d05c7bd54da43647b95273aafc8c0f35 (diff) |
Minor changes to w0p0 (not only on Rub request)
git-svn-id: http://piwigo.org/svn/trunk@1813 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/theme/p0w0/mail-css.tpl')
-rw-r--r-- | template/yoga/theme/p0w0/mail-css.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/theme/p0w0/mail-css.tpl b/template/yoga/theme/p0w0/mail-css.tpl index ab57f27a8..01da64618 100644 --- a/template/yoga/theme/p0w0/mail-css.tpl +++ b/template/yoga/theme/p0w0/mail-css.tpl @@ -7,7 +7,7 @@ body{background-color:#cde; color:#369;} #content {background: transparent url({pwg_root}template/{themeconf:template}/mail/text/html/images/header-bg.png) no-repeat scroll left top;}
#copyright {background: transparent url({pwg_root}template/{themeconf:template}/mail/text/html/images/footer-bg.png) no-repeat scroll left bottom;
color: #69c;}
-h2 {background-color: #369;color:#fff;}
+h2 {color:#fff;background: #369 url({pwg_root}template/{themeconf:template}/theme/{themeconf:theme}/images/button-bg.png);}
img { margin:16px;padding:15px;border:1px solid #69c;background-color:#eef;-moz-border-radius:4px; border-radius:4px 4px; }
img:hover {border: 1px solid #c60; -moz-border-radius:4px; border-radius:4px 4px; }
a { color: #f92; background: transparent; }
|