szurubooru/public_html/media/css/comment-small.css
Marcin Kurczewski ee050cfd01 Worked on #8
Also:
- changed URL schema for posts from /posts/action/id to /posts/id/action
- moved XXXController::locateXXX methods to Model_XXX::locate
2013-10-17 22:57:32 +02:00

30 lines
468 B
CSS

.comment {
margin: 0 0 1em 0;
}
.comment .body,
.comment .avatar {
float: left;
}
.comment .header {
margin-bottom: 0.2em;
}
.comment .avatar a {
display: inline-block;
}
.comment .avatar img {
width: 40px;
height: 40px;
background-image: url('http://www.gravatar.com/avatar/0?f=y&d=mm&s=40');
margin-right: 0.5em;
}
.comment {
clear: left;
}
.comment .date:before {
content: ' on ';
margin: 0 0.2em;
}
.comment .date {
color: silver;
font-size: small;
}