added CSS entries for dl elements in reStructured text

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2411 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2008-02-21 08:31:46 +00:00
parent 7a1c885fcd
commit 5ef3b213dd

View file

@ -25,6 +25,19 @@ table.listing td {
white-space: normal;
}
dl.docutils dt {
font-weight: bold;
margin-top: 0.3em;
}
dl.docutils dd {
margin-left: 2em;
}
dl.docutils dd ul li {
margin-left: -1em;
}
fieldset.box {
margin: 1em 0 0.5em 0;
padding: 0.5em;