2010-07-27 21:49:40 +00:00
|
|
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
|
|
|
|
|
|
/* Styles for Freemarker template variable dump */
|
|
|
|
|
|
|
|
.dump {
|
2010-08-09 18:59:24 +00:00
|
|
|
border-top: 3px solid #ccc;
|
2010-07-28 17:48:03 +00:00
|
|
|
border-bottom: 3px solid #ccc;
|
2010-07-28 15:07:55 +00:00
|
|
|
padding: 1em 0;
|
|
|
|
margin: 1em 0;
|
2010-07-27 21:49:40 +00:00
|
|
|
}
|
2010-07-28 17:48:03 +00:00
|
|
|
.dump li {
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
2010-07-29 15:26:37 +00:00
|
|
|
.dump.directive h6 {
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
2011-02-02 02:58:37 +00:00
|
|
|
.dump.datamodel .var,
|
|
|
|
.dump.datamodel .directive {
|
2010-08-09 18:59:24 +00:00
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
padding: 1em 0;
|
|
|
|
margin: 1em 0;
|
|
|
|
}
|
2010-11-18 23:30:35 +00:00
|
|
|
.dump .var p {
|
|
|
|
margin-bottom: .3em;
|
2011-02-02 02:58:37 +00:00
|
|
|
}
|