Can someone help me understand why would wells correctly in Safari and not correctly (overlapping) in Chrome?
This is how it looks in Chrome http://i.imgur.com/OOeTw8b.png
Basically the wells are overlapping in Chrome. (on top of each other)
The code is simply
<div class='row-fluid'>
<div class='span4'>
<div class='well well-large' style='width:100%; display:table; background:#ffffff;'>
<b>Hosts Down</b>
data
</div>
<div class='well well-large' style='width:100%; display:table; background:#ffffff;'>
<b>Critical Services</b>
data
</div>
<div class='well well-large' style='width:100%; display:table; background:#ffffff;'>
<b>Links</b>
data
</div>
</div>
<div class='span8'>
<div class='well well-large' style='width:100%; display:table; background:#ffffff; text-align:center;'>
graphs
</div>
</div>
</div>