Modified:
/trunk/analyze_submissions.py
/trunk/report.css
=======================================
--- /trunk/analyze_submissions.py Sun Apr 3 11:18:14 2011
+++ /trunk/analyze_submissions.py Wed Jul 6 06:47:00 2011
@@ -476,6 +476,8 @@
variations.insert(0, 'Congress')
vlist = []
isCurrent = False
+ if 'Congress' not in variations:
+ vlist.append('<td class="nc">-</td>')
for v in variations:
stu_v = stu + '_' + v
if stu_v == current:
=======================================
--- /trunk/report.css Sun Feb 27 09:24:40 2011
+++ /trunk/report.css Wed Jul 6 06:47:00 2011
@@ -11,3 +11,4 @@
div.small{font-size:70%;}
#custom-tweet-button a {padding: 2px 5px 2px 20px;background:
url('http://a4.twimg.com/images/favicon.ico') 1px center
no-repeat;text-decoration:none;}
p{max-width:100ex;}
+td.nc{text-align:center;}