vitro/webapp/web/css/dump.css

15 lines
294 B
CSS
Raw Normal View History

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 {
border-top: 1px solid #ccc;
2010-07-28 17:48:03 +00:00
border-bottom: 3px solid #ccc;
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;
}