tweaks to comment/forum css, fix forum post response js
This commit is contained in:
@@ -9,6 +9,8 @@ div.comments-for-post {
|
||||
width: 12em;
|
||||
float: left;
|
||||
overflow: hidden;
|
||||
margin-right: 2em;
|
||||
word-wrap: break-word;
|
||||
|
||||
h1 {
|
||||
display: block;
|
||||
@@ -17,8 +19,7 @@ div.comments-for-post {
|
||||
}
|
||||
|
||||
div.content {
|
||||
margin-left: 2em;
|
||||
width: 35em;
|
||||
width: 40em;
|
||||
float: left;
|
||||
|
||||
menu {
|
||||
|
||||
@@ -3,13 +3,14 @@ div.list-of-forum-posts {
|
||||
margin-bottom: 3em;
|
||||
|
||||
div.author {
|
||||
width: 20%;
|
||||
width: 12em;
|
||||
float: left;
|
||||
margin-right: 2em;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
div.content {
|
||||
margin-left: 2em;
|
||||
width: 30em;
|
||||
width: 40em;
|
||||
float: left;
|
||||
|
||||
menu {
|
||||
|
||||
Reference in New Issue
Block a user