Use fixed table layout

(imported from commit 12eb4882b03e6cf4b633334481a82da70b868ce1)
This commit is contained in:
Keegan McAllister 2012-09-11 11:56:34 -04:00
parent 1c539ac828
commit e5ac53674a
2 changed files with 5 additions and 1 deletions

View File

@ -69,7 +69,7 @@ var people_list = {{ people }};
<div class="span9">
<div class="zephyr_list" id="main_div">
<br/>
<table id="table">
<table class="zephyr_table" id="table">
<tbody>
</tbody>
</table>

View File

@ -75,6 +75,10 @@ span.zephyr_time {
right: -25px;
}
table.zephyr_table {
table-layout: fixed;
}
p.zephyr_text {
margin-left: 45px;
}