more specific class definitions for listings

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2897 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2008-09-21 14:46:41 +00:00
parent d8ca5d33dc
commit e3182407e4

View file

@ -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;