Fix UL styles
This commit is contained in:
@@ -31,10 +31,21 @@ ul {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
text-indent: -2ch;
|
text-indent: -2ch;
|
||||||
|
|
||||||
li::before {
|
li {
|
||||||
color: #aaa;
|
&::before {
|
||||||
content: '∗';
|
color: #aaa;
|
||||||
margin: 0 1ch 0 0;
|
content: '∗';
|
||||||
|
float: left;
|
||||||
|
margin-right: 2ch;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
text-indent: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
p:first-child {
|
||||||
|
text-indent: -2ch;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,8 @@
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
{{ range . }}
|
{{ range . }}
|
||||||
<li>“<a href="{{ .url }}">{{ .title }}</a>”;
|
<li>
|
||||||
|
“<a href="{{ .url }}">{{ .title }}</a>”;
|
||||||
<a href="/archive/{{ .file }}">
|
<a href="/archive/{{ .file }}">
|
||||||
backed up {{ .date | time.Format "2006-01-02 15:04:05 MST" }}
|
backed up {{ .date | time.Format "2006-01-02 15:04:05 MST" }}
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user