-
Bug
-
Resolution: Fixed
-
None
When you view the contrib of a download it showing not right on IE7
example ; http://www.phpbb.com/styles/db/index.php?i=misc&mode=display&contrib_id=2641
See the text "view" and "Moonclaw"
This seem to fix it ;
body.styles .topiclist dd , body.mods .topiclist dd{
|
width: 40%;
|
}
|
or add on the dd codes ;
style="width: 40%;"
|
so it looks like ;
<dd style="width: 40%;">
|