diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/mail/text/html/default-layout.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/template/yoga/mail/text/html/default-layout.css b/template/yoga/mail/text/html/default-layout.css new file mode 100644 index 000000000..d415a371f --- /dev/null +++ b/template/yoga/mail/text/html/default-layout.css @@ -0,0 +1,8 @@ +/* $Id$ */
+
+BODY#theMailPage #content
+{
+ margin: 2em;
+ text-align: left;
+}
+
|