From e3182407e40323bc013b10a01dbbeead30bc15db Mon Sep 17 00:00:00 2001 From: helmutm Date: Sun, 21 Sep 2008 14:46:41 +0000 Subject: [PATCH] more specific class definitions for listings git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2897 fd906abe-77d9-0310-91a1-e0d9ade77398 --- browser/loops.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/browser/loops.css b/browser/loops.css index e37f3b8..c07574d 100644 --- a/browser/loops.css +++ b/browser/loops.css @@ -38,6 +38,20 @@ table.listing td { white-space: normal; } +table.listing-details td { + white-space: normal; + border: 1px solid lightgrey; +} + +table.listing-details tr.heading td { + border: none; +} + +table.listing-details tr.heading td h3 { + font-weight: bold; + border: none; +} + dl.docutils dt { font-weight: bold; margin-top: 0.3em;