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/contrib | |
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/contrib')
-rw-r--r-- | site/contrib/index.php | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/site/contrib/index.php b/site/contrib/index.php index 2a2a19e..937d037 100644 --- a/site/contrib/index.php +++ b/site/contrib/index.php @@ -34,9 +34,9 @@ <body> - <div class="contain"> + <div class="c"> - <div id="libreboot" class="section intro"> + <div id="libreboot" class="s"> <h1><?php echo gettext("Libreboot project maintainers"); ?></h1> @@ -47,7 +47,7 @@ </div> - <div class="section"> + <div class="s"> <h2>Francis Rowe</h2> <p> @@ -78,13 +78,9 @@ </div> - <div class="section footer"> - <?php include "../footer.php"; ?> - - </div> </div> |