NIHVIVO-564 Style modifications for dump output

This commit is contained in:
rjy7 2010-08-09 18:59:24 +00:00
parent a0e94628eb
commit 5c9b3cf8da
6 changed files with 19 additions and 10 deletions

View file

@ -3,7 +3,7 @@
/* Styles for Freemarker template variable dump */
.dump {
border-top: 1px solid #ccc;
border-top: 3px solid #ccc;
border-bottom: 3px solid #ccc;
padding: 1em 0;
margin: 1em 0;
@ -16,3 +16,9 @@
.dump.directive h6 {
margin-top: 1em;
}
.dump.datamodel .var, .dump.datamodel .directive {
border-bottom: 1px solid #ccc;
padding: 1em 0;
margin: 1em 0;
}