Added code to handle when the event has multiple participants such as a census record.

svn: r18753
This commit is contained in:
Rob G. Healey
2012-01-19 08:48:41 +00:00
parent 523406f38c
commit 5dc85473b7
11 changed files with 98 additions and 45 deletions

View File

@@ -359,16 +359,19 @@ div#SourceDetail {
margin: 0 auto;
}
div#SourceCitationReferents ol.Col1 {
list-style-type: decimal-leading-zero;
list-style-type: decimal
}
div#SourceCitationReferents ol.Col2 {
list-style-type: upper-alpha;
list-style-type: upper-alpha
}
div#SourceCitationReferents ol.Col3 {
list-style-type: lower-alpha;
list-style-type: lower-alpha
}
div#SourceCitationReferents ol.Col4 {
list-style-type: upper-roman;;
list-style-type: disc
}
div#SourceCitationReferents ol.Col5 {
list-style-type: lower-roman
}
/* Contact