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

17 lines
195 B
CSS
Raw Normal View History

2012-07-12 13:11:12 +00:00
<style>
2013-05-27 09:17:56 +00:00
[itemprop="articleBody"] {
font-size: 120%;
}
2012-07-12 13:11:12 +00:00
.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>