mirror of https://gitlab.com/bashrc2/epicyon
Time alignment
parent
d5997d67d8
commit
28e22b52a3
|
@ -435,13 +435,7 @@ a:link {
|
|||
.time-right {
|
||||
float: right;
|
||||
color: #aaa;
|
||||
margin: 4px 20px;
|
||||
}
|
||||
|
||||
.time-left {
|
||||
float: left;
|
||||
color: #999;
|
||||
margin:10px 0px;
|
||||
margin: 4px 0px;
|
||||
}
|
||||
|
||||
.post-title {
|
||||
|
|
|
@ -1136,7 +1136,6 @@ def individualPostAsHtml(baseDir: str, \
|
|||
containerClassIcons='containericons darker'
|
||||
containerClass='container darker'
|
||||
avatarPosition=' class="right"'
|
||||
#timeClass='time-left'
|
||||
if '/statuses/' in postJsonObject['object']['inReplyTo']:
|
||||
replyNickname=getNicknameFromActor(postJsonObject['object']['inReplyTo'])
|
||||
replyDomain,replyPort=getDomainFromActor(postJsonObject['object']['inReplyTo'])
|
||||
|
|
Loading…
Reference in New Issue