From 3bc1a28ce4da70199f5c2716eae391d0af5e639f Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 10 Jan 2007 23:55:50 +0000 Subject: [PATCH] Fixes #489, Missing separator between child notes in reports --- chrome/skin/default/zotero/report/detail.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/chrome/skin/default/zotero/report/detail.css b/chrome/skin/default/zotero/report/detail.css index 8d38bf0cf..3ae5ee607 100644 --- a/chrome/skin/default/zotero/report/detail.css +++ b/chrome/skin/default/zotero/report/detail.css @@ -60,6 +60,19 @@ ul.tags li:not(:last-child):after { content: ', '; } + +/* Child notes */ +ul.notes { + margin-bottom: 1.2em; +} +ul.notes li { + border-bottom: 1px #ccc solid; +} +ul.notes li:last-child { + border-bottom: none; +} + + /* Preserve whitespace on notes */ ul.notes li p, li.note p { white-space: pre-wrap; /* css-3 */