brotherton-erpnext/website/templates/css/blog_page.css

13 lines
140 B
CSS
Raw Normal View History

2012-07-12 13:11:12 +00:00
<style>
.comment-title {
color:#777;
}
.comment-content {
margin-left: 20px;
}
2012-12-17 07:22:43 +00:00
input {
width: 240px;
}
2012-07-12 13:11:12 +00:00
</style>