Remove the project logo

We will most likely get a new logo, so it doesn't make sense to
keep this one as it would increase confusion between our genuine
Libreboot, and Leah's Libreboot.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
This commit is contained in:
Denis 'GNUtoo' Carikli 2022-12-20 18:06:57 +01:00
parent e63262d53c
commit 0eff42e22a
Signed by: GNUtoo
GPG Key ID: 5F5DFCC14177E263
2 changed files with 0 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -45,11 +45,6 @@ img,video,iframe{max-width:100%}
html,ul,#TOC{padding:1em}
@media (min-width:60em) {
.title-logo{display:none}
div.title,h1.title {
background:url("/favicon.ico") no-repeat;
background-size:auto 99%;
min-height:2em
}
div.title {background-position:right}
h1.title {padding:0 4em}
#TOC{min-width:25%}
@ -82,9 +77,6 @@ $endfor$
$if(title)$
<header>
<div class="title">
<p class="title-logo">
<img class="title-logo" alt="Libreboot logo" src="/favicon.ico" />
</p>
<h1 class="title">$title$</h1>
</div>
$if(subtitle)$