From e5ac53674ae51e6f4e4ada14f1ea892b70c71ada Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Tue, 11 Sep 2012 11:56:34 -0400 Subject: [PATCH] Use fixed table layout (imported from commit 12eb4882b03e6cf4b633334481a82da70b868ce1) --- templates/zephyr/index.html | 2 +- zephyr/static/styles/zephyr.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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; }