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