forked from indymedia/epicyon
Font size
parent
4b63faa944
commit
0a6d411360
|
@ -140,6 +140,11 @@ input[type=text] {
|
|||
padding: 30px;
|
||||
line-height: 60px;
|
||||
}
|
||||
.hashtagswarm2 {
|
||||
font-size: 40px;
|
||||
padding: 30px;
|
||||
line-height: 60px;
|
||||
}
|
||||
.followText {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
@ -173,6 +178,11 @@ input[type=text] {
|
|||
padding: 40px;
|
||||
line-height: 70px;
|
||||
}
|
||||
.hashtagswarm2 {
|
||||
font-size: 50px;
|
||||
padding: 40px;
|
||||
line-height: 70px;
|
||||
}
|
||||
.followText {
|
||||
font-size: 40px;
|
||||
}
|
||||
|
|
|
@ -4841,7 +4841,7 @@ def htmlHashTagSwarm(baseDir: str,actor: str) -> str:
|
|||
else:
|
||||
tagSwarmStr+= \
|
||||
'<a href="'+actor+'/tags/'+tagName+ \
|
||||
'" class="hashtagswarm"><b>'+tagName+'</b></a> '
|
||||
'" class="hashtagswarm2">'+tagName+'</a> '
|
||||
ctr+=1
|
||||
tagSwarmHtml=tagSwarmStr.strip()+'\n'
|
||||
return tagSwarmHtml
|
||||
|
|
Loading…
Reference in New Issue