Post URL/style fixup
This commit is contained in:
parent
34b24a0dcb
commit
58a1f970b2
|
@ -502,7 +502,7 @@ h1.identity small {
|
||||||
|
|
||||||
.post .handle {
|
.post .handle {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 7px 0 10px 64px;
|
padding: 7px 0 0 64px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post time {
|
.post time {
|
||||||
|
@ -515,3 +515,7 @@ h1.identity small {
|
||||||
.post .content {
|
.post .content {
|
||||||
padding-left: 64px;
|
padding-left: 64px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post .content p {
|
||||||
|
margin: 12px 0 4px 0;
|
||||||
|
}
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<time>
|
<time>
|
||||||
<a href="{{ post.urls.view }}">
|
<a href="{{ post.url }}">
|
||||||
{% if post.authored %}
|
{% if post.authored %}
|
||||||
{{ post.authored | timedeltashort }}
|
{{ post.authored | timedeltashort }}
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Reference in New Issue