NIHVIVO-564 Dump directive

This commit is contained in:
rjy7 2010-07-28 17:48:03 +00:00
parent 5359909ae7
commit e6a65f5ad0
7 changed files with 29 additions and 7 deletions

View file

@ -4,7 +4,11 @@
.dump {
border-top: 1px solid #ccc;
border-bottom: 2px solid #ccc;
border-bottom: 3px solid #ccc;
padding: 1em 0;
margin: 1em 0;
}
.dump li {
list-style-type: none;
}