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  d3235e423c5a17052311920b619b73128b1e2354 (commit)
       via  9912eb801783d50bd181d7848e9f74921845195d (commit)
      from  8cce31e6d3171f290184d7a6c8140755177ea010 (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=d3235e423c5a17052311920b619b73128b1e2354

commit d3235e423c5a17052311920b619b73128b1e2354
Merge: 9912eb8 8cce31e
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Fri Apr 16 15:35:46 2021 +0200

    Merge branch 'master' of 
git+ssh://scm.fusionforge.org//scmrepos/git/fusionforge/fusionforge


https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=9912eb801783d50bd181d7848e9f74921845195d

commit 9912eb801783d50bd181d7848e9f74921845195d
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Fri Apr 16 15:35:22 2021 +0200

    Whitespace

diff --git a/src/www/themes/funky-guy/Theme.class.php 
b/src/www/themes/funky-guy/Theme.class.php
index 14757b7..e001648 100644
--- a/src/www/themes/funky-guy/Theme.class.php
+++ b/src/www/themes/funky-guy/Theme.class.php
@@ -127,7 +127,7 @@ class Theme_Funky_Guy extends Layout {
 
                echo html_ao('header', array('role' => 'banner'));
                echo html_ao('nav', array('role' => 'navigation'));
-               
+
                $skipToContent = _('Skip to content');
                $skipToMenu = _('Skip to menu');
                echo html_ao('a', array('href' => '#content', 'class' => 
'skipLink'));
@@ -137,7 +137,7 @@ class Theme_Funky_Guy extends Layout {
                        'onclick' => 'checkMenu()'));
                echo $skipToMenu;
                echo html_ac(html_ap() -1); // </a>
-               
+
                echo $this->hamburgerButton();
                echo html_ao('logo');
                echo util_make_link('/', html_image('header/header-logo.png', 
null, null, array('alt'=>'FusionForge Home', 'height'=>'40')));
@@ -153,7 +153,7 @@ class Theme_Funky_Guy extends Layout {
                $params['links'] = &$links;
                plugin_hook('headermenu', $params);
                $template = isset($params['template']) ? $params['template'] : 
null;
-               
+
                echo html_ao('div', array('id' => 'userlinksdiv'));
                echo html_ao('ul');
                echo implode($template, $links);
@@ -173,7 +173,7 @@ class Theme_Funky_Guy extends Layout {
                echo html_ac(html_ap() -1); // </ul>
                echo html_ac(html_ap() -1); // </div> #userlinkhamburgerdiv
                echo html_ac(html_ap() -1); // </div> #menudiv
-               
+
                echo $this->quickNav();
                echo '<!-- inner tabs -->' . "\n";
                echo html_ao('div', array('class' => 'innertabs'));
@@ -186,7 +186,7 @@ class Theme_Funky_Guy extends Layout {
                echo html_ac(html_ap() -2); // </header>
 
                echo util_make_link('#', null, array('id' => 'content', 'name' 
=> 'content'));
-               
+
                echo html_ao('main', array('id' => 'maindiv', 'role' => 
'main'));
                plugin_hook('message');
 
@@ -223,7 +223,7 @@ class Theme_Funky_Guy extends Layout {
                echo html_ac(html_ap() -1);
                plugin_hook('webanalytics_url');
                echo html_ac(html_ap() -1);
-               
+
                echo html_ao('div', array('id' => 'loader'));
         echo html_ao('div');
                echo html_ac(html_ap() -2); // </div>
@@ -242,7 +242,7 @@ class Theme_Funky_Guy extends Layout {
             }
         ';
         echo html_ac(html_ap() -1);
-               
+
                echo '</html>' . "\n";
        }
 
diff --git a/src/www/themes/funky-guy/css/theme.css 
b/src/www/themes/funky-guy/css/theme.css
index ccde96e..f98ef15 100644
--- a/src/www/themes/funky-guy/css/theme.css
+++ b/src/www/themes/funky-guy/css/theme.css
@@ -155,7 +155,7 @@ header .skipLink {
 }
 
 header .skipLink:focus {
-       top: 0;
+       top: 0;
        opacity: 1;
        transition: all ease-out 0.3s;
 }
@@ -704,17 +704,17 @@ footer img {
        margin: auto;
        z-index: 20;
 }
-  
+
 /* Safari */
 @-webkit-keyframes spin {
        0% { -webkit-transform: rotate(0deg); }
        100% { -webkit-transform: rotate(360deg); }
 }
- 
+
 @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
-} 
+}
 
 /* error_msg, warning_msg or feedback function
 ----------------------------------------------- */
diff --git a/src/www/themes/funky-wOw/css/theme.css 
b/src/www/themes/funky-wOw/css/theme.css
index 7ad69cc..3d80960 100644
--- a/src/www/themes/funky-wOw/css/theme.css
+++ b/src/www/themes/funky-wOw/css/theme.css
@@ -119,7 +119,7 @@ header .skipLink {
        opacity: 0;
        padding: 1.5em;
        position: absolute;
-       z-index: 20;  
+       z-index: 20;
        background-color: #F7F7F7;
        border-left:1px solid #444;
        border-right:1px solid #444;
diff --git a/src/www/themes/funky/Theme.class.php 
b/src/www/themes/funky/Theme.class.php
index d1646c5..f3cc5e9 100644
--- a/src/www/themes/funky/Theme.class.php
+++ b/src/www/themes/funky/Theme.class.php
@@ -109,7 +109,7 @@ class Theme_Funky extends Layout {
                }
 
                echo html_ao('header', array('role' => 'banner'));
-               
+
                $skipToContent = _('Skip to content');
                $skipToMenu = _('Skip to menu');
                echo html_ao('a', array('href' => '#content', 'class' => 
'skipLink'));
@@ -119,7 +119,7 @@ class Theme_Funky extends Layout {
                            'onclick' => 'checkMenu()'));
                echo $skipToMenu;
                echo html_ac(html_ap() -1); // </a>
-               
+
                echo $this->listTableTop(array(), array(), 'fullwidth', 
'header');
                echo util_make_link('#', null, array('id' => 'menu', 'name' => 
'menu'));
                $cells = array();
diff --git a/src/www/themes/funky/css/theme.css 
b/src/www/themes/funky/css/theme.css
index c36b0a2..a9bd09c 100644
--- a/src/www/themes/funky/css/theme.css
+++ b/src/www/themes/funky/css/theme.css
@@ -119,7 +119,7 @@ header .skipLink {
        opacity: 0;
        padding: 1.5em;
        position: absolute;
-       z-index: 20;  
+       z-index: 20;
        background-color: #F7F7F7;
        border-left:1px solid #444;
        border-right:1px solid #444;

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

Summary of changes:
 src/www/themes/funky-guy/Theme.class.php | 14 +++++++-------
 src/www/themes/funky-guy/css/theme.css   |  8 ++++----
 src/www/themes/funky-wOw/css/theme.css   |  2 +-
 src/www/themes/funky/Theme.class.php     |  4 ++--
 src/www/themes/funky/css/theme.css       |  2 +-
 5 files changed, 15 insertions(+), 15 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