NIHVIVO-564 Style modifications for dump output
This commit is contained in:
parent
a0e94628eb
commit
5c9b3cf8da
6 changed files with 19 additions and 10 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue