<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * workflow/css/style.css
 *
 * @author Shohei Nakajima &lt;nakajimashouhei@gmail.com&gt;
 * @link http://www.netcommons.org NetCommons Project
 * @license http://www.netcommons.org/license.txt NetCommons License
 */

.workflow-comments &gt; .comment {
	border-top: 1px solid #ddd;
	padding: .5em 1em;
}

.workflow-comments &gt; .comment:first-child {
	border: 0;
}

small .workflow-label {
	font-size: 10px;
	font-weight: 400;
}
.workflow-label {
	font-size: 10px;
	font-weight: 400;
	vertical-align: middle;
	/*margin-left: 8px;*/
	margin-right: 8px;
}
</pre></body></html>