From ccc54c65cf2191e35bd0294c0ffbae761b29f151 Mon Sep 17 00:00:00 2001 From: rzeka Date: Tue, 4 Mar 2014 20:17:26 +0100 Subject: Added basic comments on tasks --- assets/css/app.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'assets') 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 { -- cgit v1.2.3