fix logo display on pages
parent
fccb128f48
commit
6098abe89f
|
@ -82,6 +82,14 @@ html, ul, #TOC
|
||||||
|
|
||||||
@media (min-width:60em)
|
@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
|
#TOC
|
||||||
{
|
{
|
||||||
float: left;
|
float: left;
|
||||||
|
|
Loading…
Reference in New Issue