mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-05-13 21:35:45 +01:00
OK got the width right. Still no red colour though.
This commit is contained in:
parent
21d34c3215
commit
5f27c0947c
@ -49,10 +49,10 @@ for r in lines[1:]:
|
|||||||
else:
|
else:
|
||||||
output += '<td></td>'
|
output += '<td></td>'
|
||||||
# print number of expos, non-caving in red. Only print numbers > 0
|
# print number of expos, non-caving in red. Only print numbers > 0
|
||||||
output += '<td style="text-align: right; width:35px; font-size:72%">'
|
output += '<td style="text-align: right; width:36px; font-size:85%">'
|
||||||
if(expos_notcaving):
|
if(expos_notcaving):
|
||||||
if(expos_caving):
|
if(expos_caving):
|
||||||
output += '%d + <span class="didntcave">%d</span>' % (expos_caving, expos_notcaving)
|
output += '%d+<span class="didntcave">%d</span>' % (expos_caving, expos_notcaving)
|
||||||
else:
|
else:
|
||||||
output += '<span class="didntcave">%d</span>' % expos_notcaving
|
output += '<span class="didntcave">%d</span>' % expos_notcaving
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user