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 {
text-align: left;
position: relative;
word-wrap: break-word;
}
.comment .info {
visibility: hidden;

View file

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