diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-27 06:32:52 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-27 06:32:52 (EDT) |
commit | 73d70183d8dc273d38343310c75136f010412bfc (patch) | |
tree | 6614d31337522bdbf62cd8d4b129a12062dc5fb3 /site/footer.php | |
parent | 9c575aba4d6f2f0973693003cc14878d6eea308d (diff) | |
download | libreboot.org-73d70183d8dc273d38343310c75136f010412bfc.zip libreboot.org-73d70183d8dc273d38343310c75136f010412bfc.tar.gz libreboot.org-73d70183d8dc273d38343310c75136f010412bfc.tar.bz2 |
css: really optimize it
Diffstat (limited to 'site/footer.php')
-rw-r--r-- | site/footer.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/site/footer.php b/site/footer.php index 6c5c969..6d61112 100644 --- a/site/footer.php +++ b/site/footer.php @@ -17,6 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ ?> + <div class="s"> <p> <?php echo gettext("This page is released under <a href=\"https://www.gnu.org/licenses/agpl-3.0.html\">GNU AGPLv3 or higher</a>, and available in a git repository:"); ?> <a href="<?php echo $lbWebsiteGitwebAddress; ?>"><?php echo gettext("browse the repository"); ?></a>. @@ -24,3 +25,4 @@ <p> <?php echo gettext("This website is hosted on a libreboot system, running a <a href=\"https://www.gnu.org/distros/\">fully libre GNU/Linux distribution</a>."); ?> </p> + </div> |