fix
This commit is contained in:
parent
32634ba6ec
commit
7ee09e2266
@ -10,13 +10,16 @@
|
||||
<!--
|
||||
{{ partial "particles.html" . }}
|
||||
-->
|
||||
|
||||
<div class="logo">
|
||||
{{ partial "svg.html" . }}
|
||||
{{ if eq $o "" }}
|
||||
{{ partial "term.html" . }}
|
||||
{{ end }}
|
||||
</div>
|
||||
</header>
|
||||
|
||||
{{ if eq $o ""}}
|
||||
{{ if eq $o "" }}
|
||||
|
||||
<div class="hotkeys-docs">
|
||||
|
||||
|
@ -394,6 +394,9 @@ header#header {
|
||||
button.tag {
|
||||
display:none;
|
||||
}
|
||||
article {
|
||||
padding: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.nav {
|
||||
@ -1165,7 +1168,7 @@ li.commit a span.icon-moji_a {
|
||||
}
|
||||
|
||||
blockquote {
|
||||
background: #fff;
|
||||
background: #f1f1f1;
|
||||
padding: 20px;
|
||||
margin: 20px 0;
|
||||
}
|
||||
@ -1181,3 +1184,8 @@ blockquote {
|
||||
.pager a {
|
||||
color: #fff700;
|
||||
}
|
||||
|
||||
article {
|
||||
padding: 40px;
|
||||
background: #fff;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user