diff options
author | rub <rub@piwigo.org> | 2007-02-08 22:04:36 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-02-08 22:04:36 +0000 |
commit | 5b038de71715c8ec006abffe9d23c4172b71d0ba (patch) | |
tree | 8ca826e68a35ea386b3831cf30a0fb1eb9632efe /template/yoga/mail/text/html/default-layout.css | |
parent | 1f53608976250806d9a37f93e386f53a84aedbbc (diff) |
Issue 0000639: Force selected page on index.php
Continue the Radu idea, restrict more use of random list
Issue 0000598: NBM: Add new informations
Add css on mail
Use user template for mail (on next commit, best control)
Comment mass_inserts because don't with MySQL 4.1.9
git-svn-id: http://piwigo.org/svn/trunk@1792 68402e56-0260-453c-a942-63ccdbb3a9ee
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;
+}
+
|