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, master has been updated
       via  bbe1123bd15492bdd22ae577402847e8013115dd (commit)
      from  24f5d97d3257bba191ca65f24fe15800b20ffddc (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 -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=bbe1123bd15492bdd22ae577402847e8013115dd

commit bbe1123bd15492bdd22ae577402847e8013115dd
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Fri May 5 14:22:30 2017 +0200

    Use HTML 5 <main>

diff --git a/src/common/tracker/include/ArtifactTypeHtml.class.php 
b/src/common/tracker/include/ArtifactTypeHtml.class.php
index db34f4c..69f8843 100644
--- a/src/common/tracker/include/ArtifactTypeHtml.class.php
+++ b/src/common/tracker/include/ArtifactTypeHtml.class.php
@@ -1552,7 +1552,7 @@ EOS;
                }
                $javascript = <<<'EOS'
        function showMessage( msg_text, msg_class) {
-               $("div#maindiv h1").append($("<p>", { "class": msg_class 
}).html( msg_text )).show();
+               $("#maindiv h1").append($("<p>", { "class": msg_class }).html( 
msg_text )).show();
        };
        $.expr[':'].invalid = function(elem, index, match) {
                var invalids = document.querySelectorAll(':invalid'), result = 
false, len = invalids.length;
diff --git a/src/www/pm/ganttpage.php b/src/www/pm/ganttpage.php
index 0519529..59402c6 100644
--- a/src/www/pm/ganttpage.php
+++ b/src/www/pm/ganttpage.php
@@ -37,7 +37,7 @@ echo $HTML->getJavascripts();
 echo $HTML->getStylesheets();
 echo '</head>';
 echo html_ao('body');
-echo html_ao('div', array('id' => 'maindiv'));
+echo html_ao('main', array('id' => 'maindiv'));
 
 /* define global vars */
 global $pg;
diff --git a/src/www/themes/css/fusionforge.css 
b/src/www/themes/css/fusionforge.css
index 50084b1..64fe7b8 100644
--- a/src/www/themes/css/fusionforge.css
+++ b/src/www/themes/css/fusionforge.css
@@ -874,8 +874,8 @@ fieldset {
 
 #ff-mw-wrapper {
        position: relative;     /* so MW can position absolutely */
-       top: -1em;      /* undo div#maindiv */
-       left: -1em;     /* undo div#maindiv */
+       top: -1em;      /* undo #maindiv */
+       left: -1em;     /* undo #maindiv */
        margin-right: -2em;
        background: #f9f9f9 url(mw-headbg.jpg) 0 0 no-repeat;
 }
diff --git a/src/www/themes/funky/Theme.class.php 
b/src/www/themes/funky/Theme.class.php
index 17e3ef0..7ee4eb3 100644
--- a/src/www/themes/funky/Theme.class.php
+++ b/src/www/themes/funky/Theme.class.php
@@ -132,7 +132,7 @@ class Theme_Funky extends Layout {
                }
 
                echo html_ac(html_ap() -1);
-               echo html_ao('div', array('id' => 'maindiv'));
+               echo html_ao('main', array('id' => 'maindiv'));
 
                plugin_hook('message');
 
diff --git a/src/www/themes/funky/css/theme.css 
b/src/www/themes/funky/css/theme.css
index 18cc798..0c3c754 100644
--- a/src/www/themes/funky/css/theme.css
+++ b/src/www/themes/funky/css/theme.css
@@ -39,7 +39,7 @@ body {
        margin: 8px;
 }
 
-div#maindiv {
+#maindiv {
        margin:1em;
 }
 

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

Summary of changes:
 src/common/tracker/include/ArtifactTypeHtml.class.php | 2 +-
 src/www/pm/ganttpage.php                              | 2 +-
 src/www/themes/css/fusionforge.css                    | 4 ++--
 src/www/themes/funky/Theme.class.php                  | 2 +-
 src/www/themes/funky/css/theme.css                    | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to