Added basic comments on tasks

This commit is contained in:
rzeka
2014-03-04 20:17:26 +01:00
parent 86bee36784
commit ccc54c65cf
8 changed files with 128 additions and 4 deletions

View File

@@ -532,6 +532,24 @@ article .task-score {
top: 5px;
}
ul#comments {
list-style-type: none;
}
ul#comments li {
margin: 10px 0;
padding: 10px 0 10px 10px;
border-left: 5px solid #000;
}
ul#comments li:nth-child(odd) {
background-color: #f0f0f0;
}
ul#comments li p:first-child {
font-size: .8em;
}
/* task colors */
tr td.task-blue,
.task-blue {