Render post actions on a new line
This commit is contained in:
parent
cce41d8482
commit
8586d537bd
1 changed files with 4 additions and 0 deletions
|
@ -114,6 +114,10 @@ body {
|
||||||
font-size: 1.4em;
|
font-size: 1.4em;
|
||||||
display: block;
|
display: block;
|
||||||
margin: 1.5em 0 .5em 0;
|
margin: 1.5em 0 .5em 0;
|
||||||
|
a:nth-of-type(2)::before {
|
||||||
|
content: "\A";
|
||||||
|
white-space: pre;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 + time.dt-published {
|
h2 + time.dt-published {
|
||||||
|
|
Loading…
Reference in a new issue