aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2020-11-10 20:21:54 -0700
committerJordan <me@jordan.im>2020-11-10 20:21:54 -0700
commit4f791cd52d6147dcf8aebc86fce8d414b8d56bb4 (patch)
treeecd4999745b7c9672076e9206374b3ff26fdc5f7
parent6c28c7ece6cc179d2798da6bc3100f659e305e8b (diff)
downloadallium-4f791cd52d6147dcf8aebc86fce8d414b8d56bb4.tar.gz
allium-4f791cd52d6147dcf8aebc86fce8d414b8d56bb4.zip
add table-striped class to tables, improved readability
-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 12773c8..208b9b7 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 class="table table-condensed table-striped">
<tr>
<th>Family</th>
diff --git a/allium/templates/misc-networks.html b/allium/templates/misc-networks.html
index c6f1191..e2ab88f 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 class="table table-condensed table-striped">
<tr>
<th>AS Number</th>
<th>AS Name</th>
diff --git a/allium/templates/relay-list.html b/allium/templates/relay-list.html
index 6698755..b4628ab 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 class="table table-condensed table-striped">
<tr>
<th></th>
<th>Nickname</th>