13 lines
140 B
CSS
Raw Normal View History

2012-07-12 18:41:12 +05:30
<style>
.comment-title {
color:#777;
}
.comment-content {
margin-left: 20px;
}
2012-12-17 12:52:43 +05:30
input {
width: 240px;
}
2012-07-12 18:41:12 +05:30
</style>