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:
parent
7a1c885fcd
commit
5ef3b213dd
1 changed files with 13 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue