aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/theme/clear/layout-mail-css.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/yoga/theme/clear/layout-mail-css.tpl')
-rw-r--r--template/yoga/theme/clear/layout-mail-css.tpl7
1 files changed, 5 insertions, 2 deletions
diff --git a/template/yoga/theme/clear/layout-mail-css.tpl b/template/yoga/theme/clear/layout-mail-css.tpl
index 936c81426..dcf417be8 100644
--- a/template/yoga/theme/clear/layout-mail-css.tpl
+++ b/template/yoga/theme/clear/layout-mail-css.tpl
@@ -1,5 +1,8 @@
/* $Id$ */
/* Including like css style on HTML mail */
-body{background-color:#ffffff;}
-#the_page {background-color: #ffffff;}
+H2 { background-color: #ddd; padding: 7px 15px; width:617px}
+img { margin: 16px; border: 16px solid #aaa; -moz-border-radius: 4px; border-radius: 4px 4px; }
+img:hover { padding: 15px; border: 1px solid yellow; -moz-border-radius: 4px; border-radius: 4px 4px; }
+A { color: #005e89; background: transparent; }
+A:hover { color: #858460; }