This commit is contained in:
Yax 2019-08-28 13:18:16 +02:00
parent 585a50b918
commit 8b28ed33fc
2 changed files with 12 additions and 2 deletions

View file

@ -148,7 +148,7 @@ a:hover, a:active {
.meta {
margin-top: 0px;
margin-bottom: 24px;
margin-bottom: 0px;
}
.meta > span {
@ -156,6 +156,16 @@ a:hover, a:active {
margin-right: 10px;
}
.meta-post {
margin-top: 0px;
margin-bottom: 24px;
}
.meta-post > span {
display: inline;
margin-right: 10px;
}
.hidden {
display: none;
}