NIHVIVO-564 Work on dump directive

This commit is contained in:
rjy7 2010-07-27 21:49:40 +00:00
parent 86bdfaf1cd
commit 83938a2c19
11 changed files with 138 additions and 33 deletions

9
webapp/web/css/dump.css Normal file
View file

@ -0,0 +1,9 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
/* Styles for Freemarker template variable dump */
.dump {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 5em 0;
}