NIHVIVO-1563 Add template method models to dumpAll directive
This commit is contained in:
parent
4d413bc451
commit
c4da8ffc07
17 changed files with 229 additions and 61 deletions
|
@ -8,18 +8,36 @@
|
|||
padding: 1em 0;
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
.dump li {
|
||||
list-style-type: none;
|
||||
}
|
||||
.dump.directive h6 {
|
||||
|
||||
.dump .directive h6 {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.dump.datamodel .var,
|
||||
.dump.datamodel .directive {
|
||||
border-bottom: 1px solid #ccc;
|
||||
padding: 1em 0;
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
.dump .var p {
|
||||
margin-bottom: .3em;
|
||||
}
|
||||
|
||||
.dump .directive ol,
|
||||
.dump .directive ul {
|
||||
margin-left: 1.5em;
|
||||
}
|
||||
|
||||
.dump .directive ol li,
|
||||
.dump .directive ul li {
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
|
||||
.dump .directive ol li {
|
||||
list-style: decimal inside none;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue