diff --git a/src/plugins/webstuff/css/Web_Basic-Ash.css b/src/plugins/webstuff/css/Web_Basic-Ash.css index 48b385b4b..8f36d1fd5 100644 --- a/src/plugins/webstuff/css/Web_Basic-Ash.css +++ b/src/plugins/webstuff/css/Web_Basic-Ash.css @@ -367,21 +367,21 @@ table.IndividualList td.ColumnSurname { div#SourceDetail { margin: 0 auto; } -div#SourceCitationReferents ol.Col1 { +div#SourceCitationReferents ul.Col1 { list-style-type: decimal } -div#SourceCitationReferents ol.Col2 { +div#SourceCitationReferents ul.Col2 { list-style-type: upper-alpha } -div#SourceCitationReferents ol.Col3 { +div#SourceCitationReferents ul.Col3 { list-style-type: lower-alpha } -div#SourceCitationReferents ol.Col4 { - list-style-type: disc -} -div#SourceCitationReferents ol.Col5 { +div#SourceCitationReferents ul.Col4 { list-style-type: lower-roman } +div#SourceCitationReferents ul.Col5 { + list-style-type: disc +} /* Contact ----------------------------------------------------- */ diff --git a/src/plugins/webstuff/css/Web_Basic-Cypress.css b/src/plugins/webstuff/css/Web_Basic-Cypress.css index c4e620883..8c6948c2d 100644 --- a/src/plugins/webstuff/css/Web_Basic-Cypress.css +++ b/src/plugins/webstuff/css/Web_Basic-Cypress.css @@ -405,20 +405,20 @@ table.IndividualList td.ColumnSurname { div#SourceDetail { margin: 0 auto; } -div#SourceCitationReferents ol.Col1 { +div#SourceCitationReferents ul.Col1 { list-style-type: decimal } -div#SourceCitationReferents ol.Col2 { +div#SourceCitationReferents ul.Col2 { list-style-type: upper-alpha } -div#SourceCitationReferents ol.Col3 { +div#SourceCitationReferents ul.Col3 { list-style-type: lower-alpha } -div#SourceCitationReferents ol.Col4 { - list-style-type: disc +div#SourceCitationReferents ul.Col4 { + list-style-type: upper-roman } -div#SourceCitationReferents ol.Col5 { - list-style-type: lower-roman +div#SourceCitationReferents ul.Col5 { + list-style-type: disc } /* Contact diff --git a/src/plugins/webstuff/css/Web_Basic-Lilac.css b/src/plugins/webstuff/css/Web_Basic-Lilac.css index c3d7d6cc7..de20d39c1 100644 --- a/src/plugins/webstuff/css/Web_Basic-Lilac.css +++ b/src/plugins/webstuff/css/Web_Basic-Lilac.css @@ -406,20 +406,20 @@ table.IndividualList td.ColumnSurname { div#SourceDetail { margin: 0 auto; } -div#SourceCitationReferents ol.Col1 { +div#SourceCitationReferents ul.Col1 { list-style-type: decimal } -div#SourceCitationReferents ol.Col2 { +div#SourceCitationReferents ul.Col2 { list-style-type: upper-alpha } -div#SourceCitationReferents ol.Col3 { +div#SourceCitationReferents ul.Col3 { list-style-type: lower-alpha } -div#SourceCitationReferents ol.Col4 { - list-style-type: disc +div#SourceCitationReferents ul.Col4 { + list-style-type: upper-roman } -div#SourceCitationReferents ol.Col5 { - list-style-type: lower-roman +div#SourceCitationReferents ul.Col5 { + list-style-type: disc } /* Contact diff --git a/src/plugins/webstuff/css/Web_Basic-Peach.css b/src/plugins/webstuff/css/Web_Basic-Peach.css index a09495e6f..7401c269d 100644 --- a/src/plugins/webstuff/css/Web_Basic-Peach.css +++ b/src/plugins/webstuff/css/Web_Basic-Peach.css @@ -406,20 +406,20 @@ table.IndividualList td.ColumnSurname { div#SourceDetail { margin: 0 auto; } -div#SourceCitationReferents ol.Col1 { +div#SourceCitationReferents ul.Col1 { list-style-type: decimal } -div#SourceCitationReferents ol.Col2 { +div#SourceCitationReferents ul.Col2 { list-style-type: upper-alpha } -div#SourceCitationReferents ol.Col3 { +div#SourceCitationReferents ul.Col3 { list-style-type: lower-alpha } -div#SourceCitationReferents ol.Col4 { - list-style-type: disc +div#SourceCitationReferents ul.Col4 { + list-style-type: upper-roman } -div#SourceCitationReferents ol.Col5 { - list-style-type: lower-roman +div#SourceCitationReferents ul.Col5 { + list-style-type: disc } /* Contact diff --git a/src/plugins/webstuff/css/Web_Basic-Spruce.css b/src/plugins/webstuff/css/Web_Basic-Spruce.css index ebe8e17e6..12726ff0a 100644 --- a/src/plugins/webstuff/css/Web_Basic-Spruce.css +++ b/src/plugins/webstuff/css/Web_Basic-Spruce.css @@ -406,20 +406,20 @@ table.IndividualList td.ColumnSurname { div#SourceDetail { margin: 0 auto; } -div#SourceCitationReferents ol.Col1 { +div#SourceCitationReferents ul.Col1 { list-style-type: decimal } -div#SourceCitationReferents ol.Col2 { +div#SourceCitationReferents ul.Col2 { list-style-type: upper-alpha } -div#SourceCitationReferents ol.Col3 { +div#SourceCitationReferents ul.Col3 { list-style-type: lower-alpha } -div#SourceCitationReferents ol.Col4 { - list-style-type: disc +div#SourceCitationReferents ul.Col4 { + list-style-type: upper-roman } -div#SourceCitationReferents ol.Col5 { - list-style-type: lower-roman +div#SourceCitationReferents ul.Col5 { + list-style-type: disc } /* Contact diff --git a/src/plugins/webstuff/css/Web_Mainz.css b/src/plugins/webstuff/css/Web_Mainz.css index 07aa43686..c7e58ddb0 100644 --- a/src/plugins/webstuff/css/Web_Mainz.css +++ b/src/plugins/webstuff/css/Web_Mainz.css @@ -358,20 +358,20 @@ table#SortByCount thead th.ColumnQuantity a:after { div#SourceDetail { margin: 0 auto; } -div#SourceCitationReferents ol.Col1 { +div#SourceCitationReferents ul.Col1 { list-style-type: decimal } -div#SourceCitationReferents ol.Col2 { +div#SourceCitationReferents ul.Col2 { list-style-type: upper-alpha } -div#SourceCitationReferents ol.Col3 { +div#SourceCitationReferents ul.Col3 { list-style-type: lower-alpha } -div#SourceCitationReferents ol.Col4 { - list-style-type: disc +div#SourceCitationReferents ul.Col4 { + list-style-type: upper-roman } -div#SourceCitationReferents ol.Col5 { - list-style-type: lower-roman +div#SourceCitationReferents ul.Col5 { + list-style-type: disc } /* Contact diff --git a/src/plugins/webstuff/css/Web_Nebraska.css b/src/plugins/webstuff/css/Web_Nebraska.css index b899cd553..89e18be10 100644 --- a/src/plugins/webstuff/css/Web_Nebraska.css +++ b/src/plugins/webstuff/css/Web_Nebraska.css @@ -508,20 +508,20 @@ table.attrlist tbody tr td.ColumnSources { div#SourceDetail { margin: 0 auto; } -div#SourceCitationReferents ol.Col1 { +div#SourceCitationReferents ul.Col1 { list-style-type: decimal } -div#SourceCitationReferents ol.Col2 { +div#SourceCitationReferents ul.Col2 { list-style-type: upper-alpha } -div#SourceCitationReferents ol.Col3 { +div#SourceCitationReferents ul.Col3 { list-style-type: lower-alpha } -div#SourceCitationReferents ol.Col4 { - list-style-type: disc +div#SourceCitationReferents ul.Col4 { + list-style-type: upper-roman } -div#SourceCitationReferents ol.Col5 { - list-style-type: lower-roman +div#SourceCitationReferents ul.Col5 { + list-style-type: disc } /* Relationships diff --git a/src/plugins/webstuff/css/Web_Print-Default.css b/src/plugins/webstuff/css/Web_Print-Default.css index 5dcc9d3ef..1eac13f78 100644 --- a/src/plugins/webstuff/css/Web_Print-Default.css +++ b/src/plugins/webstuff/css/Web_Print-Default.css @@ -294,20 +294,20 @@ table.surname thead tr th.ColumnParents, table.surname tbody tr td.ColumnParents div#SourceDetail { margin: 0 auto; } -div#SourceCitationReferents ol.Col1 { +div#SourceCitationReferents ul.Col1 { list-style-type: decimal } -div#SourceCitationReferents ol.Col2 { +div#SourceCitationReferents ul.Col2 { list-style-type: upper-alpha } -div#SourceCitationReferents ol.Col3 { +div#SourceCitationReferents ul.Col3 { list-style-type: lower-alpha } -div#SourceCitationReferents ol.Col4 { - list-style-type: disc +div#SourceCitationReferents ul.Col4 { + list-style-type: upper-roman } -div#SourceCitationReferents ol.Col5 { - list-style-type: lower-roman +div#SourceCitationReferents ul.Col5 { + list-style-type: disc } /* Individuals