aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2020-11-22 13:06:46 -0700
committerJordan <me@jordan.im>2020-11-22 13:06:46 -0700
commit4ede3aab8d16c9b30bc6a2a7eb11d72fd6913b4a (patch)
tree536b5aa2ad64e3f7a26cbe8df3c4d1223477eaf3
parent4f791cd52d6147dcf8aebc86fce8d414b8d56bb4 (diff)
downloadallium-4ede3aab8d16c9b30bc6a2a7eb11d72fd6913b4a.tar.gz
allium-4ede3aab8d16c9b30bc6a2a7eb11d72fd6913b4a.zip
Revert "add table-striped class to tables, improved readability"
This reverts commit 4f791cd52d6147dcf8aebc86fce8d414b8d56bb4.
-rw-r--r--allium/templates/misc-families.html2
-rw-r--r--allium/templates/misc-networks.html2
-rw-r--r--allium/templates/relay-list.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/allium/templates/misc-families.html b/allium/templates/misc-families.html
index 208b9b7..12773c8 100644
--- a/allium/templates/misc-families.html
+++ b/allium/templates/misc-families.html
@@ -8,7 +8,7 @@ sorted_by_label|replace('_', ' ')|title }}</h2>
<p>The set of all relay families with > 1 effective members, sorted by {{
sorted_by_label|replace('_', ' ') }}. The first seen parameter is taken from the
oldest relay in the family.</p>
-<table class="table table-condensed table-striped">
+<table class="table table-condensed">
<tr>
<th>Family</th>
diff --git a/allium/templates/misc-networks.html b/allium/templates/misc-networks.html
index e2ab88f..c6f1191 100644
--- a/allium/templates/misc-networks.html
+++ b/allium/templates/misc-networks.html
@@ -9,7 +9,7 @@ sorted_by_label|replace('_', ' ')|title }}</h2>
running at least one relay sorted by {{ sorted_by_label|replace('_', ' ') }}.
This data is onionoo-derived and might be out of date with respect to other
sources.</p>
-<table class="table table-condensed table-striped">
+<table class="table table-condensed">
<tr>
<th>AS Number</th>
<th>AS Name</th>
diff --git a/allium/templates/relay-list.html b/allium/templates/relay-list.html
index b4628ab..6698755 100644
--- a/allium/templates/relay-list.html
+++ b/allium/templates/relay-list.html
@@ -3,7 +3,7 @@
{% block body -%}
<h2>{% block header -%}{% endblock -%}</h2>
<p>{% block description -%}{% endblock -%}</p>
-<table class="table table-condensed table-striped">
+<table class="table table-condensed">
<tr>
<th></th>
<th>Nickname</th>