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