17 lines
195 B
CSS
17 lines
195 B
CSS
<style>
|
|
[itemprop="articleBody"] {
|
|
font-size: 120%;
|
|
}
|
|
|
|
.comment-title {
|
|
color:#777;
|
|
}
|
|
|
|
.comment-content {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
input {
|
|
width: 240px;
|
|
}
|
|
</style> |