From 3f2ff7321a95049ef2fe70be6d899a143757ee07 Mon Sep 17 00:00:00 2001 From: michael vincerra <37549381+mvincerx@users.noreply.github.com> Date: Wed, 7 Aug 2019 18:49:13 -0700 Subject: [PATCH] Applies default css for tables to available bundles. (#711) Signed-off-by: Michael Vincerra --- source/_scripts/_python/template.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/source/_scripts/_python/template.html b/source/_scripts/_python/template.html index 7e8d581d..499d5f03 100644 --- a/source/_scripts/_python/template.html +++ b/source/_scripts/_python/template.html @@ -8,7 +8,8 @@ - +
+
@@ -23,10 +24,7 @@ - - - - + {% for d in data %} {% if d.url %} @@ -50,6 +48,7 @@ {% endfor %}
+ \ No newline at end of file