diff --git a/templates/zephyr/index.html b/templates/zephyr/index.html index 922afcc88c..0b82bfc460 100644 --- a/templates/zephyr/index.html +++ b/templates/zephyr/index.html @@ -69,7 +69,7 @@ var people_list = {{ people }};

- +
diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index 7708382b4c..5f1ae505bb 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -75,6 +75,10 @@ span.zephyr_time { right: -25px; } +table.zephyr_table { + table-layout: fixed; +} + p.zephyr_text { margin-left: 45px; }