only force-wrap comments

This commit is contained in:
Shish 2012-03-05 10:24:01 +00:00
parent 4245cd268c
commit cba1e76b1f
2 changed files with 1 additions and 1 deletions

View file

@ -8,6 +8,7 @@
.comment { .comment {
text-align: left; text-align: left;
position: relative; position: relative;
word-wrap: break-word;
} }
.comment .info { .comment .info {
visibility: hidden; visibility: hidden;

View file

@ -144,7 +144,6 @@ UL {
margin-right: 16px; margin-right: 16px;
text-align: center; text-align: center;
height: 1%; height: 1%;
word-wrap: break-word;
} }
#body TABLE { #body TABLE {
width: 90%; width: 90%;