make the homepage suck even less, part 1
parent
1c09a52ce6
commit
7c5282b9d1
|
@ -37,7 +37,7 @@ code,pre,#TOC,a:hover{background:#eee}
|
||||||
}
|
}
|
||||||
.title>*{display:block}
|
.title>*{display:block}
|
||||||
img,video{max-width:100%}
|
img,video{max-width:100%}
|
||||||
.left{
|
.left,#TOC{
|
||||||
float:left;
|
float:left;
|
||||||
margin:1em 1em 1em 0
|
margin:1em 1em 1em 0
|
||||||
}
|
}
|
||||||
|
@ -51,17 +51,13 @@ 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 {
|
div.title,h1.title {
|
||||||
background:url("https://av.libreboot.org/logo/sl.png") no-repeat;
|
background:url("/favicon.ico") no-repeat;
|
||||||
background-size:auto 99%;
|
background-size:auto 99%;
|
||||||
min-height:2em
|
min-height:2em
|
||||||
}
|
}
|
||||||
div.title {background-position:right}
|
div.title {background-position:right}
|
||||||
h1.title {padding:0 4em}
|
h1.title {padding:0 4em}
|
||||||
#TOC{
|
#TOC{min-width:25%}
|
||||||
min-width:25%;
|
|
||||||
float:left;
|
|
||||||
margin:1em
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
$if(quotes)$
|
$if(quotes)$
|
||||||
|
|
Loading…
Reference in New Issue