[tor-commits] [compass/master] Bolded the 'extra stuff' heading in the table
karsten at torproject.org
karsten at torproject.org
Mon Jan 7 07:09:40 UTC 2013
commit 5ec0d6419bbf560bfa19bd8cc7d4d2eeed596eb6
Author: Chris Wacek <cwacek at cs.georgetown.edu>
Date: Sun Dec 23 00:31:01 2012 -0500
Bolded the 'extra stuff' heading in the table
---
templates/index.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/index.html b/templates/index.html
index 87c0d4b..3183084 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -218,7 +218,7 @@
<td>{{ data.excluded.p_guard | number:4 }}%</td>
<td>{{ data.excluded.p_middle | number:4 }}%</td>
<td>{{ data.excluded.p_exit | number:4 }}%</td>
- <td>{{ data.excluded.nick }}</td>
+ <td id="extra_table_title">{{ data.excluded.nick }}</td>
<td> {{data.excluded.fp }} </td>
<td>{{ data.excluded.exit }}</td>
<td>{{ data.excluded.guard }}</td>
@@ -232,7 +232,7 @@
<td>{{ data.total.p_guard | number:4 }}%</td>
<td>{{ data.total.p_middle | number:4 }}%</td>
<td>{{ data.total.p_exit | number:4 }}%</td>
- <td>{{ data.total.nick }}</td>
+ <td id='extra_table_title'>{{ data.total.nick }}</td>
<td> {{data.total.fp }} </td>
<td>{{ data.total.exit }}</td>
<td>{{ data.total.guard }}</td>
More information about the tor-commits
mailing list