Committer: mchervonniy
LJSUP-8385: long nonwrapped text overflow at FriendsTimesU trunk/htdocs/stc/friendstimes.css
Modified: trunk/htdocs/stc/friendstimes.css =================================================================== --- trunk/htdocs/stc/friendstimes.css 2011-03-31 03:17:33 UTC (rev 10331) +++ trunk/htdocs/stc/friendstimes.css 2011-03-31 08:46:05 UTC (rev 10332) @@ -81,14 +81,13 @@ padding: 0; clear: both; } - .b-friendstimes-article IMG { - max-width: 900px; + .b-friendstimes-article IMG, + .b-friendstimes-comments-wrapper IMG { + max-width: 100%; } - .b-friendstimes-comments-wrapper IMG { - max-width: 820px; - } .b-friendstimes-article-links { overflow: hidden; + clear: both; line-height: 18px; } .b-friendstimes-share, @@ -116,6 +115,7 @@ } .b-friendstimes-comments-wrapper { padding: 15px 30px; + overflow: hidden; border-bottom: 1px solid #ECF1F4; } .b-friendstimes-comments-wrapper:nth-child(odd) {