@import url(../../../stylesheets/application.css);

div.issue {
	background-color: #fff;
}
.controller-issues.action-show #content,
.controller-issues.action-show #main-menu li a.selected
{
	background-color: #f5f5f5;
}
.journal.has-notes {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.controller-issues.action-show h2{
	font-size: 16px;
}
div.issue div.subject h3 {
	font-size: 22px;
}

#projects-index {
	column-count: 1;
	-webkit-column-count: 1;
	-moz-column-count: 1;
}
#projects-index ul.projects li.root {
	padding-bottom: 1em;
	border-bottom: 1px solid #eee;
}
.wiki.description p:last-child{
	margin-bottom: 0;
}
textarea {
	font-size: 14px;
}
div.wiki {
	font-size: 14px;
	line-height: 1.5;
}
pre {
	font-size: 12px;
}
.wiki h1 {
	margin: 2em 0 .5em;
}
.controller-issues.action-show .wiki h2, .wiki h2 {
	font-size: 1.3em;
}
.wiki h3 {
	font-size: 1.1em;
}
.wiki h4 {
	font-size: 1em;
}
table.issues-board.list:not(.odd-even) > tbody > tr:nth-child(n+1):hover { background: inherit; }
.issue-card { background-color: #fff !important; border-radius: 3px;}
.issue-card p.name { font-weight: normal !important; }
.issue-status-col { background-color: #fafafa; }
.issue-status-col.closed { background-color: #f5f5f5 !important; }
.issue-card .user a { color: #999; text-decoration: none; }