diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-31 19:47:52 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-31 19:49:34 (EDT) |
commit | 0191426935811245d019b6b155f26deb868a1bcc (patch) | |
tree | f0363df73290bf39a9cff66a9d6246780c99179b /site/index.php | |
parent | eb0688dd0438490f30fdc46e2daf34d94724e365 (diff) | |
download | libreboot.org-0191426935811245d019b6b155f26deb868a1bcc.zip libreboot.org-0191426935811245d019b6b155f26deb868a1bcc.tar.gz libreboot.org-0191426935811245d019b6b155f26deb868a1bcc.tar.bz2 |
css: pad out the design a bit
Things were looking a bit cramped.
Diffstat (limited to 'site/index.php')
-rw-r--r-- | site/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/index.php b/site/index.php index 551db30..927a9ed 100644 --- a/site/index.php +++ b/site/index.php @@ -64,6 +64,7 @@ <li><a href="docs/gnulinux/grub_boot_installer.html"><?php echo gettext("Install GNU/Linux"); ?></a></li> <li><a href="docs/gnulinux/grub_cbfs.html"><?php echo gettext("Boot GNU/Linux"); ?></a></li> </ul> + <h2><?php echo gettext("Contact"); ?></h2> <ul> <li><a href="contrib/"><?php echo gettext("Maintainers"); ?></a></li> |