]> git.mxchange.org Git - friendica.git/commitdiff
Add space before Impressum.
authorFriendica <friendica@friendica.astifter.com>
Thu, 19 Apr 2018 19:03:29 +0000 (19:03 +0000)
committerFriendica <friendica@friendica.astifter.com>
Thu, 19 Apr 2018 19:03:29 +0000 (19:03 +0000)
The page /friendica/ contains an Impressum section which is activated with an AddOn.
Add more space after last paragraph of information, before impressum, because site
looks quite cramped otherwise.

mod/friendica.php

index 661c4bf98d6c148fd4630139f5f2367bf9c7491d..6c143634caf980ae9cc430e46dfc8c53f0b380ca 100644 (file)
@@ -112,7 +112,7 @@ function friendica_content(App $a)
                                $s .= $p;
                        }
                }
-               $o .= '<div style="margin-left: 25px; margin-right: 25px;">' . $s . '</div>' . PHP_EOL;
+               $o .= '<div style="margin-left: 25px; margin-right: 25px; margin-bottom: 25px;">' . $s . '</div>' . PHP_EOL;
        } else {
                $o .= '<p>' . L10n::t('No installed addons/apps') . '</p>' . PHP_EOL;
        }