diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-28 13:02:05 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-28 13:02:05 (EDT) |
commit | 80d440e609c24a57aee36f024e87ab43ddefafae (patch) | |
tree | 5d7f14033cca010fd1b6b92ba84180448a8e2b31 /site/contrib/index.php | |
parent | 12a34bd3a9d2ba29733d7a5cc9ee50efb0aadb89 (diff) | |
download | libreboot.org-80d440e609c24a57aee36f024e87ab43ddefafae.zip libreboot.org-80d440e609c24a57aee36f024e87ab43ddefafae.tar.gz libreboot.org-80d440e609c24a57aee36f024e87ab43ddefafae.tar.bz2 |
clean up unused html id= and class=
css size increased slightly, but overall pages sizes reduced.
Diffstat (limited to 'site/contrib/index.php')
-rw-r--r-- | site/contrib/index.php | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/site/contrib/index.php b/site/contrib/index.php index dbb6bd0..1ad188a 100644 --- a/site/contrib/index.php +++ b/site/contrib/index.php @@ -32,9 +32,7 @@ <body> - <div class="c"> - - <div id="libreboot" class="s"> + <div> <h1><?php echo gettext("Libreboot project maintainers"); ?></h1> @@ -45,7 +43,7 @@ </div> - <div class="s"> + <div> <h2>Francis Rowe</h2> <p> @@ -79,8 +77,6 @@ <?php include "../footer.php"; ?> - - </div> </body> </html> |