mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-08 14:54:28 +00:00
smaller font
This commit is contained in:
@@ -49,7 +49,7 @@ for r in lines[1:]:
|
||||
else:
|
||||
output += '<td></td>'
|
||||
# print number of expos, non-caving in red. Only print numbers > 0
|
||||
output += '<td style="text-align: right; width:35px">'
|
||||
output += '<td style="text-align: right; width:35px; font-size:72%">'
|
||||
if(expos_notcaving):
|
||||
if(expos_caving):
|
||||
output += '%d + <span class="didntcave">%d</span>' % (expos_caving, expos_notcaving)
|
||||
|
||||
Reference in New Issue
Block a user