Committer: nefimenko
LJINT-240 Incorrect block display in IE8U trunk/htdocs/stc/home.css
Modified: trunk/htdocs/stc/home.css =================================================================== --- trunk/htdocs/stc/home.css 2009-05-29 07:45:55 UTC (rev 7348) +++ trunk/htdocs/stc/home.css 2009-05-29 10:04:02 UTC (rev 7349) @@ -542,16 +542,14 @@ padding: 0px; list-style: none; display: table; + width: 100%; } -/*HTML > BODY .sgtopics { - float: left; -}*/ - *:first-child+html .sg-content UL { display: block; zoom: 1; margin-left: -3px; + overflow: hidden; } .sg-content LI { @@ -559,6 +557,7 @@ border-left: 1px solid #f9c5ab; min-height: 15em; display: table-cell; + min-width: 120px; } *:first-child+html .sg-content LI { display: block;