diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-22 03:06:28 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-22 03:08:29 (EDT) |
commit | 8355f2ccf14a6d444c67b1179a50333bc37dd32c (patch) | |
tree | 8f151b3ea29c266bd1028b3a3dacd1e86e24df2e /site/index.php | |
parent | da59fe14d37f816db6c896a2175125989bb3927e (diff) | |
download | libreboot.org-8355f2ccf14a6d444c67b1179a50333bc37dd32c.zip libreboot.org-8355f2ccf14a6d444c67b1179a50333bc37dd32c.tar.gz libreboot.org-8355f2ccf14a6d444c67b1179a50333bc37dd32c.tar.bz2 |
optimize css
Diffstat (limited to 'site/index.php')
-rw-r--r-- | site/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/index.php b/site/index.php index 2793262..36af89c 100644 --- a/site/index.php +++ b/site/index.php @@ -38,7 +38,7 @@ <div id="libreboot" class="section intro"> <p> - <img class="homepage_logo" src="logo/logo-small.jpg" alt="" title="<?php include "logo/license.txt"; ?>" /> + <img src="logo/logo-small.jpg" alt="" title="<?php include "logo/license.txt"; ?>" /> </p> <h1><?php echo $lbProjectNameCapitalized; ?> project</h1> <p> |