ee050cfd01
Also: - changed URL schema for posts from /posts/action/id to /posts/id/action - moved XXXController::locateXXX methods to Model_XXX::locate
16 lines
234 B
CSS
16 lines
234 B
CSS
.comment-group .post-wrapper {
|
|
float: left;
|
|
}
|
|
.comment-group .comments {
|
|
float: left;
|
|
}
|
|
|
|
.comment-group .post img {
|
|
margin-right: 1em;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.comment-group {
|
|
border-bottom: 1px solid #eee;
|
|
margin-bottom: 1em;
|
|
}
|