评论不换行问题的修正

This commit is contained in:
yafeilee 2014-04-03 23:09:40 +08:00
parent 823a38de18
commit 8ae2d8e23b
1 changed files with 10 additions and 0 deletions

View File

@ -79,4 +79,14 @@
&:hover {
background-color: #444444;
}
.name {
color: #DDDDDD;
}
.comment-content {
word-wrap: break-word;
color: #DDDDDD;
}
}