diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-16 10:07:24 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-16 10:07:24 (EDT) |
commit | 4ff8bfa5af71b1a93ec9946df48c0c55da064087 (patch) | |
tree | 868a6350ff6bb0ab87655285f740e132c8f048a9 | |
parent | 5ee1e102b9ba2474b048f98ca1cfe351544d9698 (diff) | |
download | libreboot.org-4ff8bfa5af71b1a93ec9946df48c0c55da064087.zip libreboot.org-4ff8bfa5af71b1a93ec9946df48c0c55da064087.tar.gz libreboot.org-4ff8bfa5af71b1a93ec9946df48c0c55da064087.tar.bz2 |
optimize logo
-rw-r--r-- | site/css/main.css | 2 | ||||
-rw-r--r-- | site/index.php | 2 | ||||
-rw-r--r-- | site/logo/logo-small.png | bin | 0 -> 1920 bytes |
3 files changed, 2 insertions, 2 deletions
diff --git a/site/css/main.css b/site/css/main.css index 6aee5ee..b49ea28 100644 --- a/site/css/main.css +++ b/site/css/main.css @@ -72,7 +72,7 @@ div.important, pre, div.subsection { border:none; border-radius:0.5em; box-shadow:none; - height:8em; + height:7em; width:auto; float:right; } diff --git a/site/index.php b/site/index.php index a6cf3d1..c5b2699 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.png" alt="" title="<?php include "logo/license.txt"; ?>" /> + <img class="homepage_logo" src="logo/logo-small.png" alt="" title="<?php include "logo/license.txt"; ?>" /> </p> <h1><?php echo $lbProjectNameCapitalized; ?> project</h1> <p> diff --git a/site/logo/logo-small.png b/site/logo/logo-small.png Binary files differnew file mode 100644 index 0000000..d13ef09 --- /dev/null +++ b/site/logo/logo-small.png |