mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-08 23:04:35 +00:00
fixing red colour for didntcave - Philip
This commit is contained in:
@@ -49,7 +49,7 @@ 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">'
|
output += '<td style="text-align: right; width:15px">'
|
||||||
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)
|
||||||
@@ -75,8 +75,8 @@ print """
|
|||||||
<title>CUCC's Austria expeditions: Members</title>
|
<title>CUCC's Austria expeditions: Members</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../css/main2.css" />
|
<link rel="stylesheet" type="text/css" href="../css/main2.css" />
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
.didntcave { color: #dd0000; font-size:72% }
|
||||||
<!--
|
<!--
|
||||||
.didntcave { color: #dd0000 }
|
|
||||||
table.fancy { border-collapse: collapse; border: 2px solid black }
|
table.fancy { border-collapse: collapse; border: 2px solid black }
|
||||||
table.fancy td { border: 1px solid black; padding: 2pt }
|
table.fancy td { border: 1px solid black; padding: 2pt }
|
||||||
table.fancy td.nonempty { background: #eee }
|
table.fancy td.nonempty { background: #eee }
|
||||||
|
|||||||
Reference in New Issue
Block a user