30 lines
478 B
HTML
30 lines
478 B
HTML
<section id="replies"></section>
|
|
|
|
<style>
|
|
quote {
|
|
display: block;
|
|
margin: 1em 0;
|
|
padding: 1em;
|
|
border-left: 3px solid #ccc;
|
|
|
|
.author-wrapper {
|
|
display: block;
|
|
.reply-photo {
|
|
width: 2em;
|
|
height: 2em;
|
|
border-radius: 50%;
|
|
float: left;
|
|
}
|
|
|
|
.reply-name,
|
|
.reply-date {
|
|
margin-left: 0.5em;
|
|
float: left;
|
|
}
|
|
|
|
.reply-name {
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
}
|
|
</style>
|