diff options
author | rzeka <piotr@rzeka.net> | 2014-03-04 20:17:26 +0100 |
---|---|---|
committer | rzeka <piotr@rzeka.net> | 2014-03-04 20:17:26 +0100 |
commit | ccc54c65cf2191e35bd0294c0ffbae761b29f151 (patch) | |
tree | 98040c247f1a3165c83266ceeccc7b618f6f2303 /assets | |
parent | 86bee367846491be2a7f703affc1052318dac63d (diff) |
Added basic comments on tasks
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/app.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/assets/css/app.css b/assets/css/app.css index 93a29e47..270b5c13 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -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 { |