13 lines
140 B
CSS
13 lines
140 B
CSS
<style>
|
|
.comment-title {
|
|
color:#777;
|
|
}
|
|
|
|
.comment-content {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
input {
|
|
width: 240px;
|
|
}
|
|
</style> |