<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * content_comments/css/style.css
 *
 * @author Mitsuru Mutaguchi &lt;mutaguchi@opensource-workshop.jp&gt;
 * @link http://www.netcommons.org NetCommons Project
 * @license http://www.netcommons.org/license.txt NetCommons License
 * @copyright Copyright 2014, NetCommons Project
 */

.content-comments {
	/*padding: 0em 1em;*/
}
.content-comments &gt; .comment-count {
	padding-top: 1em;
}
.content-comments &gt; .comment-form {
	padding: 1em 0em;
}
.content-comments &gt; .comment {
	/*border-top: 1px solid #ddd;*/
	padding: 1em 0em;
}
.content-comments &gt; .comment-no-form {
	/*border: 0 none;*/
}

/* 繝懊ち繝ｳ */
.content-comment-button {
	display: inline;
}
</pre></body></html>