Added list style types to the list in SourcePage.

svn: r18674
This commit is contained in:
Rob G. Healey
2012-01-01 00:41:27 +00:00
parent c8fe7f72f2
commit 96598f1646
2 changed files with 27 additions and 19 deletions

View File

@@ -816,6 +816,18 @@ div#Download table.download td.ColumnModified {
div#SourceDetail div#references ol li {
padding-bottom: .5em;
}
div#SourceCitationReferents ol.Col1 {
list-style-type: decimal-leading-zero;
}
div#SourceCitationReferents ol.Col2 {
list-style-type: upper-alpha;
}
div#SourceCitationReferents ol.Col3 {
list-style-type: lower-alpha;
}
div#SourceCitationReferents ol.Col4 {
list-style-type: upper-roman;;
}
/* Repositories