summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--site/css/main.css2
-rw-r--r--site/index.php2
-rw-r--r--site/logo/logo-small.pngbin0 -> 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
new file mode 100644
index 0000000..d13ef09
--- /dev/null
+++ b/site/logo/logo-small.png
Binary files differ