summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwebapp.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp.py b/webapp.py
index f4f2bc2..d5aa617 100755
--- a/webapp.py
+++ b/webapp.py
@@ -72,6 +72,7 @@ package_template = jinjaenv.from_string(
detail_template = jinjaenv.from_string(
"""{% extends "base.html" %}
{% block title %}sharing between {{ details1.package|e }} and {{ details2.package|e }}{% endblock%}
+{% block header %}<style type="text/css">td { vertical-align: top; } </style>{% endblock %}
{% block content %}
<h1><a href="../../binary/{{ details1.package|e }}">{{ details1.package|e }}</a> &lt;-&gt; <a href="../../binary/{{ details2.package|e }}">{{ details2.package|e }}</a></h1>
<table border='1'><tr><th colspan="2">{{ details1.package|e }}</th><th colspan="2">{{ details2.package|e }}</th></tr>