This commit is contained in:
Toks
2013-05-03 10:00:53 -04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -15,13 +15,13 @@ div.comments-for-post {
div.list-of-comments { div.list-of-comments {
article.comment { article.comment {
margin-bottom: 2em; margin-bottom: 2em;
word-wrap: break-word;
div.author { div.author {
width: 12em; width: 12em;
float: left; float: left;
overflow: hidden; overflow: hidden;
margin-right: 2em; margin-right: 2em;
word-wrap: break-word;
h1 { h1 {
display: block; display: block;

View File

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