[Fusionforge-commits] FusionForge branch Branch_5_3 updated. 24da797f3ad3d2ddeddeb4daba1423682d3788f3

Franck Villaume nerville at fusionforge.org
Mon Mar 31 15:54:18 CEST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, Branch_5_3 has been updated
       via  24da797f3ad3d2ddeddeb4daba1423682d3788f3 (commit)
      from  ece24425f18cdf902ad855274d5ea73b084fdcab (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 24da797f3ad3d2ddeddeb4daba1423682d3788f3
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Mon Mar 31 15:53:07 2014 +0200

    theme css: body, fix the margin

diff --git a/src/www/themes/funky-wOw/css/theme.css b/src/www/themes/funky-wOw/css/theme.css
index a4766ee..2b04ed6 100644
--- a/src/www/themes/funky-wOw/css/theme.css
+++ b/src/www/themes/funky-wOw/css/theme.css
@@ -35,6 +35,7 @@ body {
 	background-color: #ffffff;
 	text-align:left;
 	border-radius: 6px;
+	margin: 8px;
 }
 
 div#maindiv {
diff --git a/src/www/themes/funky/css/theme.css b/src/www/themes/funky/css/theme.css
index d2e0142..2a78f7e 100644
--- a/src/www/themes/funky/css/theme.css
+++ b/src/www/themes/funky/css/theme.css
@@ -35,6 +35,7 @@ body {
 	background-color:white;
 	text-align:left;
 	border-radius: 6px;
+	margin: 8px;
 }
 
 div#maindiv {

-----------------------------------------------------------------------

Summary of changes:
 src/www/themes/funky-wOw/css/theme.css |    1 +
 src/www/themes/funky/css/theme.css     |    1 +
 2 files changed, 2 insertions(+)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list