# HG changeset patch # User bsw # Date 1331720414 -3600 # Node ID 19916608d28c5b91b166c1b3952451f18a1b9b5a # Parent ba9639bcadb03a5fd86d1bf30bccddf5cacb2bce Fixed display error in ie9 in member area list diff -r ba9639bcadb0 -r 19916608d28c static/style.css --- a/static/style.css Wed Mar 14 11:12:26 2012 +0100 +++ b/static/style.css Wed Mar 14 11:20:14 2012 +0100 @@ -909,9 +909,12 @@ clear: both; } -.area_list .area.head { - line-height: 16px; - clear: none; +.area_list .bargraph { + line-height: 10px; +} + +.area_list .area .delegatee { + white-space: nowrap; } .area_list .area.head .phases {