diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-16 10:31:38 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-16 10:31:38 (EDT) |
commit | 9842ab77f46c9815622e192843a3764d83d7c946 (patch) | |
tree | 8c4935d2f142831557eb7b223e41e202558942eb /site | |
parent | a2bfd883d6ac57f90dcc2aa33993577db05dfafe (diff) | |
download | libreboot.org-9842ab77f46c9815622e192843a3764d83d7c946.zip libreboot.org-9842ab77f46c9815622e192843a3764d83d7c946.tar.gz libreboot.org-9842ab77f46c9815622e192843a3764d83d7c946.tar.bz2 |
optimize logo again
Diffstat (limited to 'site')
-rw-r--r-- | site/css/main.css | 2 | ||||
-rw-r--r-- | site/index.php | 2 | ||||
-rw-r--r-- | site/logo/logo-small.jpg | bin | 0 -> 1261 bytes |
3 files changed, 2 insertions, 2 deletions
diff --git a/site/css/main.css b/site/css/main.css index 998e5fe..1281bd3 100644 --- a/site/css/main.css +++ b/site/css/main.css @@ -2,7 +2,7 @@ body { background:#f4f4f4; color:#2B2B2B; font-family:Lato,sans-serif; - font-size:0.90em; + font-size:0.83em; font-weight:400; padding:0px; margin:0px; diff --git a/site/index.php b/site/index.php index c5b2699..3e883ae 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.png" alt="" title="<?php include "logo/license.txt"; ?>" /> + <img class="homepage_logo" src="logo/logo-small.jpg" alt="" title="<?php include "logo/license.txt"; ?>" /> </p> <h1><?php echo $lbProjectNameCapitalized; ?> project</h1> <p> diff --git a/site/logo/logo-small.jpg b/site/logo/logo-small.jpg Binary files differnew file mode 100644 index 0000000..5b51723 --- /dev/null +++ b/site/logo/logo-small.jpg |