Random CSS I dunno
This commit is contained in:
parent
409eba588e
commit
6aa705d5cc
|
@ -8578,7 +8578,8 @@ input[type=submit] {
|
||||||
|
|
||||||
.postid a {
|
.postid a {
|
||||||
margin-top: -4rem;
|
margin-top: -4rem;
|
||||||
padding-top: 4rem; }
|
padding-top: 4rem;
|
||||||
|
outline: none; }
|
||||||
|
|
||||||
.codeblocktable {
|
.codeblocktable {
|
||||||
font-family: "Fira Mono", monospace;
|
font-family: "Fira Mono", monospace;
|
||||||
|
|
|
@ -119,6 +119,7 @@
|
||||||
.postid a {
|
.postid a {
|
||||||
margin-top: -4rem;
|
margin-top: -4rem;
|
||||||
padding-top: 4rem;
|
padding-top: 4rem;
|
||||||
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.codeblocktable {
|
.codeblocktable {
|
||||||
|
@ -301,8 +302,8 @@ li.post-entry {
|
||||||
.diff-insert,
|
.diff-insert,
|
||||||
{
|
{
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-radius:2px;
|
border-radius: 2px;
|
||||||
padding:1px;
|
padding: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.diff-replace {
|
.diff-replace {
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<div class="description">
|
<div class="description ph3 ph0-ns">
|
||||||
{{ .Project.ParsedDescription }}
|
{{ .Project.ParsedDescription }}
|
||||||
</div>
|
</div>
|
||||||
{{ with .RecentActivity }}
|
{{ with .RecentActivity }}
|
||||||
|
|
Loading…
Reference in New Issue