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:
parent
e63262d53c
commit
0eff42e22a
BIN
site/favicon.ico
BIN
site/favicon.ico
Binary file not shown.
Before Width: | Height: | Size: 1.2 KiB |
|
@ -45,11 +45,6 @@ img,video,iframe{max-width:100%}
|
||||||
html,ul,#TOC{padding:1em}
|
html,ul,#TOC{padding:1em}
|
||||||
@media (min-width:60em) {
|
@media (min-width:60em) {
|
||||||
.title-logo{display:none}
|
.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}
|
div.title {background-position:right}
|
||||||
h1.title {padding:0 4em}
|
h1.title {padding:0 4em}
|
||||||
#TOC{min-width:25%}
|
#TOC{min-width:25%}
|
||||||
|
@ -82,9 +77,6 @@ $endfor$
|
||||||
$if(title)$
|
$if(title)$
|
||||||
<header>
|
<header>
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<p class="title-logo">
|
|
||||||
<img class="title-logo" alt="Libreboot logo" src="/favicon.ico" />
|
|
||||||
</p>
|
|
||||||
<h1 class="title">$title$</h1>
|
<h1 class="title">$title$</h1>
|
||||||
</div>
|
</div>
|
||||||
$if(subtitle)$
|
$if(subtitle)$
|
||||||
|
|
Loading…
Reference in New Issue