NIHVIVO-1564 Improvements to dump of template model objects

This commit is contained in:
rjy7 2011-02-23 16:05:41 +00:00
parent af7d959ecd
commit e03f35a81c
7 changed files with 89 additions and 75 deletions

View file

@ -24,6 +24,11 @@
margin: 1em 0;
}
.dump ol li,
.dump ul li {
margin-bottom: .5em;
}
.dump .var p {
margin-bottom: .3em;
}
@ -33,11 +38,6 @@
margin-left: 1.5em;
}
.dump .directive ol li,
.dump .directive ul li {
margin-bottom: .5em;
}
.dump .directive ol li {
list-style: decimal inside none;
}