diff options
-rw-r--r-- | site/common/css/main.css | 3 | ||||
-rw-r--r-- | site/index.php | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/site/common/css/main.css b/site/common/css/main.css index c4c99df..1c2b524 100644 --- a/site/common/css/main.css +++ b/site/common/css/main.css @@ -24,7 +24,8 @@ display:inline display:block } img{ -float:right +float:right; +width:25% } a{ color:#33a diff --git a/site/index.php b/site/index.php index ed676a7..46ab81a 100644 --- a/site/index.php +++ b/site/index.php @@ -35,7 +35,7 @@ <div> <p> - <a href="logo/"><img src="logo/libreboot.png" alt="Libreboot logo" title="Canteloupe, the libreboot mascot" /></a> + <a href="logo/"><img src="logo/logo.svg" alt="Libreboot logo" title="Canteloupe, the libreboot mascot" /></a> </p> <h1><?php echo gettext("Libreboot project"); ?></h1> <p> |