word-wrap comment instead of author+content

Ps. overflow-wrap & word-wrap are exactly the same.
This commit is contained in:
Lightforger
2013-05-03 16:47:18 +03:00
parent 882cbda62e
commit 64d782f223

View File

@@ -7,17 +7,16 @@ div.list-of-forum-posts {
article {
margin-bottom: 3em;
word-wrap: break-word;
div.author {
width: 12em;
float: left;
margin-right: 2em;
word-wrap: break-word;
}
div.content {
margin-left: 14em;
overflow-wrap: break-word;
menu {
margin-top: 0.5em;